mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Add a hidden column to the network table to allow filtering by hostnames (#3264)
This commit is contained in:
@@ -238,6 +238,7 @@ $(function () {
|
||||
{ data: "numQueries", width: "9%", render: $.fn.dataTable.render.text() },
|
||||
{ data: "", width: "6%", orderable: false },
|
||||
{ data: "", width: "6%", orderable: false },
|
||||
{ data: "ips[].name", visible: false, class: "hide" },
|
||||
],
|
||||
|
||||
drawCallback: function () {
|
||||
|
||||
Reference in New Issue
Block a user