neptune/core/templates/manage/threshold/partials/notify.html

5 lines
145 B
HTML
Raw Normal View History

2022-08-01 22:02:35 +00:00
{% if message is not None %}
2022-08-02 08:04:23 +00:00
<div class="notification is-{{ class }}" hx-ext="remove-me" remove-me="3s">
{{ message }}
</div>
2022-08-01 22:02:35 +00:00
{% endif %}