mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
improved recipients info (#4574)
This commit is contained in:
parent
b12752769d
commit
4100617ed7
6 changed files with 31 additions and 22 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="users-recipient-modal-label">
|
||||
{{ i18n('endpoint_notifications.recipient_users') }}: <span class="recipient-name"></span>
|
||||
{{ i18n('endpoint_notifications.recipient_users') }} <span class="recipient-name"></span>
|
||||
</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
{{i18n('endpoint_notifications.get_users_recipient_failed')}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="list-group">
|
||||
<div class="list-group scrollable-list">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue