From 54dfc54a61d29693555de28ae200d7a2fe7a499f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Preu=C3=9F?= Date: Sun, 27 Dec 2020 01:58:40 +0100 Subject: [PATCH] Fix sorting by replies in query log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Preuß --- scripts/pi-hole/js/queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index c422220e..ad0013ef 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -298,7 +298,7 @@ $(function () { { width: "36%", render: $.fn.dataTable.render.text() }, { width: "8%", type: "ip-address", render: $.fn.dataTable.render.text() }, { width: "14%", orderData: 4 }, - { width: "8%", orderData: 6 }, + { width: "8%", orderData: 5 }, { width: "10%", orderData: 4 } ], lengthMenu: [