Files
NetDomainManager/views/dns.handlebars
T

9 lines
175 B
Handlebars
Raw Normal View History

2026-05-14 14:45:14 -04:00
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
2026-05-14 14:59:54 -04:00
<div>
{{#each dnsRecords}}
2026-05-14 15:43:46 -04:00
<p>{{@key}}</p>
2026-05-14 14:59:54 -04:00
<p>{{value.host}}</p>
{{/each}}
</div>