+Show whitelisting button for regex blocked queries as pihole-FTL can actually whitelist regex filtered domains

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-08-16 14:23:58 +02:00
parent c6b6edae05
commit 9646468022

View File

@@ -194,7 +194,7 @@ $(document).ready(function() {
blocked = true;
color = "red";
fieldtext = "Blocked <br class='hidden-lg'>(regex/wildcard)";
buttontext = "";
buttontext = "<button style=\"color:green; white-space: nowrap;\"><i class=\"fa fa-pencil-square-o\"></i> Whitelist</button>" ;
break;
case "5":
blocked = true;