From 46df34a2b8a0851e8fa71547c38dc562e543148a Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 12 Mar 2024 10:25:17 +0100 Subject: [PATCH] Disable inf table order --- app/templates/infrastructures.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/infrastructures.html b/app/templates/infrastructures.html index ba1c5beb7..140407652 100644 --- a/app/templates/infrastructures.html +++ b/app/templates/infrastructures.html @@ -564,8 +564,7 @@ "columnDefs": [ { "targets" : 'no-sort', "orderable": false, - }], - "order": [[ 2, "desc" ]] + }] }); {% if reload %}