filter app

This commit is contained in:
oliver
2026-06-06 06:39:06 -03:00
parent 951a2f2a06
commit 14e1c45faf
+1 -1
View File
@@ -302,7 +302,7 @@ function dnsRender() {
.getElementById("dns-filter-type")
.value.toUpperCase();
const HIDDEN_NAMES = ["fr", "n8n", "admin", "@"];
const HIDDEN_NAMES = ["fr", "n8n", "admin", "app", "@"];
const filtered = dnsRecords.filter((r) => {
const name = r.name.toLowerCase();