Start on full DNS configuration

This commit is contained in:
2026-05-14 18:06:26 -04:00
parent fff25d3dfe
commit 472dbdee59
3 changed files with 5 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

+5
View File
@@ -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>