activity: basic webhook alerts for automation failures
This commit is contained in:
parent
eb372bec59
commit
ac4f9b4942
12 changed files with 300 additions and 3 deletions
|
@ -114,6 +114,12 @@
|
|||
{{ icon("file-earmark-excel") }} Block Lists
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if section == "webhook" %} active{% endif %}"
|
||||
href="{{ url_for("portal.webhook.webhook_list") }}">
|
||||
{{ icon("activity") }} Webhooks
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted">
|
||||
<span>Infrastructure</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue