mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Merge branch 'fix-timerboard-initial-sort-order' into 'master'
[FIX] Timerboard initial sort order See merge request allianceauth/allianceauth!1681
This commit is contained in:
commit
805d138b09
@ -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