update DNS page
This commit is contained in:
+22
-13
@@ -1,17 +1,26 @@
|
||||
<p>Configuring DNS records for {{domain.domain}}.{{domain.tld}}</p>
|
||||
|
||||
<table id="ConfigureDNSTable">
|
||||
<tr>
|
||||
{{#each dnsRecordsHeaders}}
|
||||
<th>{{this}}</th>
|
||||
<div id="ConfigureDNSTable">
|
||||
<table>
|
||||
<tr>
|
||||
{{#each dnsRecordsHeaders}}
|
||||
<th>{{this}}</th>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{#each dnsRecords}}
|
||||
<tr>
|
||||
{{#each this}}
|
||||
<td>{{this}}</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{#each dnsRecords}}
|
||||
<tr>
|
||||
{{#each this}}
|
||||
<td>{{this}}</td>
|
||||
{{/each}}
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="ContentBox" id="DomainOptions">
|
||||
<div style="width: 200px;"></div>
|
||||
<p class="TitleText">Options</p>
|
||||
<ul>
|
||||
<li><a href="/dns/new">Add New Record</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user