Browse Source

"Edit Webhook Parameters" button in the "Edit Name" modal.

pull/358/head
Pēteris Caune 5 years ago
parent
commit
92542fa818
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      templates/front/channels.html

+ 4
- 0
templates/front/channels.html View File

@ -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&hellip;</a>
{% endif %}
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary">Save</button>
</div>


Loading…
Cancel
Save