update DNS record page
This commit is contained in:
+13
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user