ntopng/httpdocs/templates/pages/modals/recipients_endpoint/users.template
Simone Mainardi 1dce9e5842 Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist

Adds bootstrap-5.0.0

Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist

initial migration to bs v5

porting to bs5

improvements on dropdown menu filter

fixed host map dropdown

removed excessive padding

fix button toggle

re-add blog news

removed text decoration for links

fix button layout (#5348)

remove underscore from href (#5347)
2021-05-18 11:39:59 +02:00

31 lines
No EOL
1.4 KiB
Text

<div class="modal fade" id="users-recipient-modal" tabindex="-1" aria-labelledby="users-recipient-modal-label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="users-recipient-modal-label">
{* i18n('endpoint_notifications.recipient_users', {recipient = '<span class="recipient-name"></span>'}) *}
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="zero-user" style="display: none;">
<div class="alert alert-info">
{*
i18n('endpoint_notifications.zero_users_recipient', {
link = "<a href='".. ntop.getHttpPrefix() .."/lua/admin/manage_pools.lua'>".. i18n('pools.pools') .."</a>"
})
*}
</div>
</div>
<div class="fetch-failed" style="display: none;">
<div class="alert alert-info">
{{i18n('endpoint_notifications.get_users_recipient_failed')}}
</div>
</div>
<div class="list-group scrollable-list">
</div>
</div>
</div>
</div>
</div>