fix order in dns records table
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lizzy Hunt 2024-03-28 15:25:34 -06:00
parent 60fc4ebb59
commit 7cc13887ea
No known key found for this signature in database
GPG Key ID: E835BD4B08CCAF96
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@
<td>{{ $record.Type }}</td>
<td>{{ $record.Name }}</td>
<td>{{ $record.Content }}</td>
<td>{{ $record.Internal }}</td>
<td>{{ $record.TTL }}</td>
<td>{{ $record.Internal }}</td>
<td>
<form method="POST" action="/dns/delete">
<input type="hidden" name="id" value="{{ $record.ID }}" />