mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40: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 }}
|
||||
</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">
|
||||
<i class="fa-solid fa-edit"></i> Edit
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-danger button_delete"
|
||||
<button type="button" class="btn btn-sm btn-danger button_delete"
|
||||
title="Delete Record">
|
||||
<i class="fa-solid fa-trash"></i> Delete
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
</button>
|
||||
</td>
|
||||
<td>{{ id }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user