Added more dark theme

This commit is contained in:
Toby Chui
2024-11-09 16:12:41 +08:00
parent 634e9c9855
commit 4cf5d29692
4 changed files with 390 additions and 12 deletions

View File

@@ -173,7 +173,7 @@
});
if (data.length == 0){
$("#redirectionRuleList").append(`<tr colspan="4"><td><i class="green check circle icon"></i> No redirection rule</td></tr>`);
$("#redirectionRuleList").append(`<tr><td colspan="5"><i class="green check circle icon"></i> No redirection rule</td></tr>`);
}
});