mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
[FIX] Timerboard initial sort order
This commit is contained in:
parent
a18ec98877
commit
43906f41b3
@ -180,6 +180,9 @@
|
|||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
const dtOptions = {
|
const dtOptions = {
|
||||||
language: {url: '{{ DT_LANG_PATH }}'},
|
language: {url: '{{ DT_LANG_PATH }}'},
|
||||||
|
order: [
|
||||||
|
[4, 'asc']
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
{% if perms.auth.timer_management %}
|
{% if perms.auth.timer_management %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user