Implement adding networks
This commit is contained in:
5
core/templates/manage/threshold/partials/notify.html
Normal file
5
core/templates/manage/threshold/partials/notify.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if message is not None %}
|
||||
<div class="notification is-{{ class }}" hx-ext="remove-me" remove-me="3s">
|
||||
{{ message }}
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user