mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 06:36:19 +01:00
[FIX] Timerboard initial sort order
This commit is contained in:
@@ -180,6 +180,9 @@
|
||||
$(document).ready(() => {
|
||||
const dtOptions = {
|
||||
language: {url: '{{ DT_LANG_PATH }}'},
|
||||
order: [
|
||||
[4, 'asc']
|
||||
],
|
||||
};
|
||||
|
||||
{% if perms.auth.timer_management %}
|
||||
|
||||
Reference in New Issue
Block a user