dev: automated commit - 2025-06-16 10:18:30
This commit is contained in:
parent
d71a7e37c5
commit
2e545c84d4
2 changed files with 4 additions and 5 deletions
|
@ -204,8 +204,7 @@ templ DNSRecordRow(record DNSRecord, currentIP string) {
|
|||
class="btn btn-sm btn-outline-primary me-1"
|
||||
hx-get={ fmt.Sprintf("/edit-record/%s", record.ID) }
|
||||
hx-target="#record-modal-content"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#recordModal"
|
||||
hx-on::after-request="if(event.detail.successful) bootstrap.Modal.getOrCreateInstance(document.getElementById('recordModal')).show()"
|
||||
>
|
||||
<i class="bi bi-pencil"></i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue