fix frontend

This commit is contained in:
2026-05-14 14:59:54 -04:00
parent b814abf2e4
commit 1b018cd297
+6 -3
View File
@@ -1,5 +1,8 @@
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
{{#each dnsRecords}}
<p>{{this}}</p>
{{/each}}
<div>
{{#each dnsRecords}}
<p>{{key}}</p>
<p>{{value.host}}</p>
{{/each}}
</div>