diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/web/templates/admin/dashboard.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index a710e1be..7728f586 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -67,8 +67,12 @@ $(document).ready(function() { responsive: true, columnDefs: [ { - bSortable: false, - targets: [0, 5] + targets: [0, 4], + "searchable": false + }, + { + targets: [3], + "orderSequence": ["desc"] } ] }); |