mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +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(() => {
|
||||
const dtOptions = {
|
||||
language: {url: '{{ DT_LANG_PATH }}'},
|
||||
order: [
|
||||
[4, 'asc']
|
||||
],
|
||||
};
|
||||
|
||||
{% if perms.auth.timer_management %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user