mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
added local network, snmp, active monitoring pools gui
This commit is contained in:
parent
583bcd2d0c
commit
efc3bd3775
11 changed files with 243 additions and 64 deletions
|
|
@ -4,12 +4,17 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">{{ i18n("config_scripts.config_import", {}) }}</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form class='form'>
|
||||
<div class='form-group'>
|
||||
<label class='form-label' for='#import-input'>{{ i18n("config_scripts.config_import_message", {}) }}</label>
|
||||
<input id="import-input" name="JSON" type="file" />
|
||||
<div class="custom-file">
|
||||
<input class="custom-file-input" id="import-input" name="JSON" type="file" />
|
||||
<label class='custom-file-label' for='#import-input'>
|
||||
{{ i18n("browse_config", {}) }}
|
||||
</label>
|
||||
<div class="invalid-feedback" id='import-error'>
|
||||
{message}
|
||||
</div>
|
||||
|
|
@ -17,8 +22,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ i18n("cancel", {}) }}</button>
|
||||
<button type="button" id='btn-confirm-import' class="btn btn-primary">{{ i18n("apply", {}) }}</button>
|
||||
<button type="button" id='btn-confirm-import' class="btn btn-primary">{{ i18n("import", {}) }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue