Do not show whitelist button for externally blocked domains as whitelisting these domains has not yet been implemented

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-08-17 18:26:21 +02:00
parent 9646468022
commit 511b42352a

View File

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