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}}
|
{{#each dnsRecordsHeaders}}
|
||||||
<th>{{this}}</th>
|
<th>{{this}}</th>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
<th>Tools</th>
|
||||||
</tr>
|
</tr>
|
||||||
{{#each dnsRecords}}
|
{{#each dnsRecords}}
|
||||||
<tr>
|
<tr>
|
||||||
{{#each this}}
|
{{#each this}}
|
||||||
<td>{{this}}</td>
|
<td>{{this}}</td>
|
||||||
{{/each}}
|
{{/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>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user