Start on full DNS configuration
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 853 B |
Binary file not shown.
|
After Width: | Height: | Size: 610 B |
@@ -7,12 +7,17 @@
|
||||
{{#each dnsRecordsHeaders}}
|
||||
<th>{{this}}</th>
|
||||
{{/each}}
|
||||
<th>Tools</th>
|
||||
</tr>
|
||||
{{#each dnsRecords}}
|
||||
<tr>
|
||||
{{#each this}}
|
||||
<td>{{this}}</td>
|
||||
{{/each}}
|
||||
|
||||
<!-- Edit / Delete options -->
|
||||
<td><a href="/dns/edit/{{domain.id}}/{{@index}}"><img src="/img/Wrench.png" alt="Edit"></a></td>
|
||||
<td><a href="/dns/delete/{{domain.id}}/{{@index}}"><img src="/img/Cancel.png" alt="Delete"></a></td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user