mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Don't append DNSSEC status if wildcard blocked
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -190,7 +190,7 @@ $(document).ready(function() {
|
||||
{
|
||||
blocked = true;
|
||||
$(row).css("color","red");
|
||||
$("td:eq(4)", row).html( "Pi-holed <br class='hidden-lg'>(wildcard)"+dnssec_status );
|
||||
$("td:eq(4)", row).html( "Pi-holed <br class='hidden-lg'>(wildcard)");
|
||||
$("td:eq(6)", row).html( "" );
|
||||
}
|
||||
else if (data[4] === "5")
|
||||
|
||||
Reference in New Issue
Block a user