mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
improvment for manage configurations page (#4128)
This commit is contained in:
parent
267c169e50
commit
2b184886ee
7 changed files with 35 additions and 23 deletions
|
|
@ -4,11 +4,8 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">
|
||||
{% if dialog and not dialog.title then %}
|
||||
{{ i18n("config_scripts.config_import", {}) }}
|
||||
{% else %}
|
||||
{* dialog.title *}
|
||||
{% end %}
|
||||
<span class='import-title'>{* dialog.title *}</span>
|
||||
<span style="display: none;" class='restore-title'>{{ i18n("manage_configurations.import_modal.all_title") }}</span>
|
||||
</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue