Add a hidden column to the network table to allow filtering by hostnames (#3264)

This commit is contained in:
RD WebDesign
2025-02-28 17:02:54 -03:00
committed by GitHub

View File

@@ -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 () {