filter app
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user