Small UI fix.

pull/343/merge v0.8.4
Revertron 1 year ago
parent 829ee753a0
commit 8d36119332

@ -51,7 +51,7 @@ function refreshRecordsList() {
data = value.priority + " " + value.host;
} else if (value.type == "CNAME" || value.type == "NS") {
data = value.host;
} else if (value.type == "TXT") {
} else if (value.type == "TXT" || value.type == "TLSA") {
data = value.data;
} else if (value.type == "SRV") {
data = value.priority + " " + value.weight + " " + value.port + " " + value.host;

Loading…
Cancel
Save