Browse Source
"Edit Webhook Parameters" button in the "Edit Name" modal.
pull/358/head
Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
4 additions and
0 deletions
-
templates/front/channels.html
|
|
@ -532,6 +532,10 @@ |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
<div class="modal-footer"> |
|
|
|
{% if ch.kind == "webhook" %} |
|
|
|
<a class="btn btn-default pull-left" href="{% url 'hc-edit-webhook' ch.code %}">Edit Webhook Parameters…</a> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
|
|
|
<button type="submit" class="btn btn-primary">Save</button> |
|
|
|
</div> |
|
|
|