mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Add query log handling of SPECIAL_DOMAIN
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -200,6 +200,12 @@ function parseQueryStatus(data) {
|
||||
buttontext =
|
||||
'<button type="button" class="btn btn-default btn-sm text-red btn-blacklist"><i class="fa fa-ban"></i> Deny</button>';
|
||||
break;
|
||||
case "SPECIAL_DOMAIN":
|
||||
colorClass = "text-red";
|
||||
icon = "fa-solid fa-ban";
|
||||
fieldtext = data.status;
|
||||
buttontext = "";
|
||||
break;
|
||||
default:
|
||||
colorClass = "text-orange";
|
||||
icon = "fa-solid fa-question";
|
||||
|
||||
Reference in New Issue
Block a user