Holding on remaining changes to zone template editor as a rebuild is also necessary here.

This commit is contained in:
Matt Scott 2023-02-20 08:43:49 -05:00
parent e5269b5626
commit a42d610759

View File

@ -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>&nbsp;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>&nbsp;Delete
<i class="fa-solid fa-trash"></i>
</button>
</td>
<td>{{ id }}</td>