fix order in dns records table
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
60fc4ebb59
commit
7cc13887ea
|
@ -18,8 +18,8 @@
|
||||||
<td>{{ $record.Type }}</td>
|
<td>{{ $record.Type }}</td>
|
||||||
<td>{{ $record.Name }}</td>
|
<td>{{ $record.Name }}</td>
|
||||||
<td>{{ $record.Content }}</td>
|
<td>{{ $record.Content }}</td>
|
||||||
<td>{{ $record.Internal }}</td>
|
|
||||||
<td>{{ $record.TTL }}</td>
|
<td>{{ $record.TTL }}</td>
|
||||||
|
<td>{{ $record.Internal }}</td>
|
||||||
<td>
|
<td>
|
||||||
<form method="POST" action="/dns/delete">
|
<form method="POST" action="/dns/delete">
|
||||||
<input type="hidden" name="id" value="{{ $record.ID }}" />
|
<input type="hidden" name="id" value="{{ $record.ID }}" />
|
||||||
|
|
Loading…
Reference in New Issue