mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Holding on remaining changes to zone template editor as a rebuild is also necessary here.
This commit is contained in:
parent
e5269b5626
commit
a42d610759
@ -76,13 +76,13 @@
|
|||||||
{{ record.comment }}
|
{{ record.comment }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button type="button" class="btn btn-warning button_edit"
|
<button type="button" class="btn btn-sm btn-warning button_edit"
|
||||||
title="Edit Record">
|
title="Edit Record">
|
||||||
<i class="fa-solid fa-edit"></i> Edit
|
<i class="fa-solid fa-edit"></i>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-danger button_delete"
|
<button type="button" class="btn btn-sm btn-danger button_delete"
|
||||||
title="Delete Record">
|
title="Delete Record">
|
||||||
<i class="fa-solid fa-trash"></i> Delete
|
<i class="fa-solid fa-trash"></i>
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ id }}</td>
|
<td>{{ id }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user