aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/templates/admin/dashboard.html8
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"]
}
]
});
bgstack15