Add QUERY_SPECIAL_DOMAIN as new query status

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-04-24 09:16:13 +02:00
parent c5cc703459
commit 4d6481ffa9
2 changed files with 11 additions and 1 deletions

View File

@@ -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) + ")";
}