{% extends "base.html" %} {% from "components/feedback.html" import badge, modal, empty_state, alert %} {% from "components/card.html" import stat_card %} {% from "components/forms.html" import text_input, select_input, button, icon_button %} {% block title %}Notifications - Tusk{% endblock %} {% block content %}
Configure channels, events, and subscriptions
| Event | Plugin | {% for ch in channels %}
{{ ch.name }}
{{ ch.channel_type }}
|
{% endfor %}
|---|---|---|
|
{{ ev.label }}
{{ ev.event_key }}
|
{{ badge(ev.plugin_id, "info") }} | {% for ch in channels %}{% endfor %} |
| Event | Channel | Status | Message | Time |
|---|---|---|---|---|
| {{ h.event_key }} | {{ h.channel_name }} | {% if h.status == "sent" %} {{ badge("Sent", "success") }} {% elif h.status == "failed" %} {{ badge("Failed", "error") }} {% else %} {{ badge("Pending", "info") }} {% endif %} | {{ h.message }} |