diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index 3642248b..cc9df897 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -183,6 +183,11 @@ $(document).ready(function() { $("td:eq(5)", row).html( "BOGUS" ); } else if (data[5] === "4") + { + $("td:eq(5)", row).css("color","red"); + $("td:eq(5)", row).html( "ABANDONED" ); + } + else if (data[5] === "5") { $("td:eq(5)", row).css("color","red"); $("td:eq(5)", row).html( "?" );