fix record pre-processing

This commit is contained in:
2026-05-14 16:00:59 -04:00
parent b064fdb07c
commit f160d661f0
3 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<div>
{{#each dnsRecords}}
<p>{{@key}}</p>
<p>{{value.host}}</p>
<p>{{this.domain}}</p>
<p>{{this.host}}</p>
{{/each}}
</div>