From 1db2d1bab5787b5fcfb5a2bfb5c585823d46df62 Mon Sep 17 00:00:00 2001 From: Matteo Biscosi Date: Wed, 4 Dec 2024 10:12:33 +0100 Subject: [PATCH] Changed ordering of status column (#8834) --- httpdocs/tables_config/blacklists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/tables_config/blacklists.json b/httpdocs/tables_config/blacklists.json index d90b229ddfb1..d393e0d8cfe4 100644 --- a/httpdocs/tables_config/blacklists.json +++ b/httpdocs/tables_config/blacklists.json @@ -7,7 +7,7 @@ "display_empty_rows": true, "default_sort": { "column_id": "status", - "sort": 1 + "sort": 2 }, "columns": [ {