11 lines
502 B
Plaintext
11 lines
502 B
Plaintext
|
|
<dialog class="card" id="delete-card">
|
|
<h3 class="card-title">Delete webhook</h3>
|
|
<p>Are you sure you want to delete webhook to <br><b>{{.Webhook.Url}}?</b><br>All jobs for given webhook will be deleted!</p>
|
|
<form method="post" action="/admin/webhooks/{{.Webhook.Id}}/delete">
|
|
<section class="actions">
|
|
<button type="submit">Delete</button>
|
|
<button type="button" onclick="closeDialog('#delete-card')">Cancel</button>
|
|
</section>
|
|
</form>
|
|
</dialog> |