diff --git a/network.php b/network.php index 7c1f9b02..7a96eceb 100644 --- a/network.php +++ b/network.php @@ -53,11 +53,11 @@ $token = $_SESSION['token']; - - - - - + + + + +
just now
... to ...
24 hours ago> 24 hours agoDevice does not use Pi-holejust now... to ...24 hours ago> 24 hours agoDevice does not use Pi-hole
diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index d000e6f1..14c46de7 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -283,8 +283,7 @@ $(document).ready(function () { new_tab.focus(); } }); - $("td:eq(4)", row).addClass("underline"); - $("td:eq(4)", row).addClass("pointer"); + $("td:eq(4)", row).addClass("text-underline pointer"); } // Substitute domain by "." if empty @@ -447,7 +446,7 @@ $(document).ready(function () { this.style.color = ""; } ); - api.$("td:eq(1)").css("cursor", "pointer"); + api.$("td:eq(1)").addClass("pointer"); // Domain api.$("td:eq(2)").click(function () { if (autofilter()) { @@ -471,7 +470,7 @@ $(document).ready(function () { this.style.color = ""; } ); - api.$("td:eq(2)").css("cursor", "pointer"); + api.$("td:eq(2)").addClass("pointer"); // Client api.$("td:eq(3)").click(function () { if (autofilter()) { @@ -493,7 +492,7 @@ $(document).ready(function () { this.style.color = ""; } ); - api.$("td:eq(3)").css("cursor", "pointer"); + api.$("td:eq(3)").addClass("pointer"); } }); diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php index 7b5832ee..fcf94274 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -271,13 +271,13 @@ if($auth) {