mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
show alway recipients list
This commit is contained in:
parent
8858799211
commit
f8ef59e19d
2 changed files with 1 additions and 16 deletions
|
|
@ -5,7 +5,6 @@
|
|||
configured yet then show an alert to the user.
|
||||
#}
|
||||
|
||||
{% if (#notifications.endpoint_list > 0) then %}
|
||||
<div class="row mb-5">
|
||||
<div class="col-md-12">
|
||||
<div class="card card-shadow">
|
||||
|
|
@ -62,16 +61,3 @@
|
|||
|
||||
</script>
|
||||
<script type="text/javascript" src="{{ ntop.getHttpPrefix() }}/js/pages/recipients-endpoints.js"></script>
|
||||
{% else %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="alert alert-info">
|
||||
{{ i18n("endpoint_notifications.empty_endpoints") }}
|
||||
<a href="/lua/admin/endpoint_notifications_list.lua">
|
||||
<i class="fas fa-edit"></i> {{ i18n("endpoint_notifications.edit_endpoints") }}.
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue