mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1669 from Daxtorim/fix/sort-by-replyid
Fix sorting by reply in Query Log
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user