Merge pull request #1646 from dnhp/bf-dnhp-1643

Fix issue 1643 - Show status of retried DNS queries in query log correctly
This commit is contained in:
DL6ER
2020-12-10 22:06:36 +01:00
committed by GitHub
+2 -2
View File
@@ -185,12 +185,12 @@ $(function () {
'<button type="button" class="btn btn-default btn-sm text-green"><i class="fas fa-check"></i> Whitelist</button>';
isCNAME = true;
break;
case 12:
case "12":
colorClass = "text-green";
fieldtext = "Retried";
buttontext = "";
break;
case 13:
case "13":
colorClass = "text-green";
fieldtext = "Retried <br class='hidden-lg'>(ignored)";
buttontext = "";