aboutsummaryrefslogtreecommitdiff
path: root/_www/zone.d/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_www/zone.d/index.html')
-rw-r--r--_www/zone.d/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_www/zone.d/index.html b/_www/zone.d/index.html
index bb733e8..dd4ea7c 100644
--- a/_www/zone.d/index.html
+++ b/_www/zone.d/index.html
@@ -441,7 +441,7 @@
function renderActiveZoneSOA() {
const w = document.getElementById("activeZone_soa")
w.style.display = "block"
- const soa = activeZone.SOA.Value
+ const soa = activeZone.SOA
document.getElementById("soa_mname").value = soa.MName
document.getElementById("soa_rname").value = soa.RName
document.getElementById("soa_serial").value = soa.Serial