You can now click the webhook name to go to /webhooks
This commit is contained in:
parent
116f1dddf5
commit
f5f157d724
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@
|
|||
{% for hook_from_context in webhooks %}
|
||||
<div class="p-2 mb-2 border border-dark">
|
||||
<ul class="list-group">
|
||||
{{ hook_from_context.name }}
|
||||
<h1 class="h5">
|
||||
<a class="text-muted" href="/webhooks">{{ hook_from_context.name }}</a>
|
||||
</h1>
|
||||
{% for feed_webhook in feeds %}
|
||||
{% set feed = feed_webhook["feed"] %}
|
||||
{% set hook_from_feed = feed_webhook["webhook"] %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue