mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +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
|
|
@ -7,15 +7,17 @@
|
|||
</div>
|
||||
<div class="modal-body">
|
||||
<form class='form'>
|
||||
<div class='form-group'>
|
||||
<label class='form-label' for='#import-input'>{{ dialog.label }}</label>
|
||||
<input id="import-input" class="ays-ignore" name="JSON" type="file" />
|
||||
<br/>
|
||||
<br/>
|
||||
<small>{{ dialog.message }}</small>
|
||||
<div class="invalid-feedback" id='import-error'>
|
||||
{message}
|
||||
<div class="form-group">
|
||||
<div class='custom-file'>
|
||||
<input id="import-input" class="ays-ignore custom-file-input" name="JSON" type="file" />
|
||||
<label class='custom-file-label' for='#import-input'>{{ i18n("browse_config", {}) }}</label>
|
||||
</div>
|
||||
<small class="text-muted form-text">
|
||||
{* dialog.message *}
|
||||
</small>
|
||||
</div>
|
||||
<div class="invalid-feedback" id='import-error'>
|
||||
{message}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue