update DNS record page

This commit is contained in:
2026-05-14 16:34:50 -04:00
parent 8d6bb6302d
commit 1fc4763d90
3 changed files with 30 additions and 7 deletions
+13 -4
View File
@@ -1,8 +1,17 @@
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
<div>
<table>
<tr>
{{#each dnsRecordsHeaders}}
<th>{{this}}</th>
{{/each}}
</tr>
{{#each dnsRecords}}
<p>{{this.domain}}</p>
<p>{{this.host}}</p>
<tr>
{{#each this}}
<td>{{this}}</td>
{{/each}}
</tr>
{{/each}}
</div>
</table>