From 45af6c6d9d23a1282b75f80d26420ecc2547bc53 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 5 Apr 2018 07:30:59 +0200 Subject: Fixed table from the dashboard. --- src/web/templates/admin/dashboard.html | 8 ++++++-- 1 file 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"] } ] }); -- cgit