mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Add QUERY_SPECIAL_DOMAIN as new query status
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -218,6 +218,11 @@ $(function () {
|
||||
"<span class='text-orange'>Blocked <br class='hidden-lg'>(database is busy)</span>";
|
||||
blocked = true;
|
||||
break;
|
||||
case "16":
|
||||
fieldtext =
|
||||
"<span class='text-orange'>Blocked <br class='hidden-lg'>(special domain)</span>";
|
||||
blocked = true;
|
||||
break;
|
||||
default:
|
||||
fieldtext = "Unknown (" + parseInt(data[4], 10) + ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user