mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
fixed import modal style (#5362)
This commit is contained in:
parent
4ae542371d
commit
4103fa36a6
5 changed files with 6 additions and 10 deletions
|
|
@ -12,10 +12,10 @@
|
|||
<form class='form'>
|
||||
<div class="modal-body">
|
||||
<div class="custom-file">
|
||||
<input required class="custom-file-input" id="import-input" name="JSON" type="file" />
|
||||
<label class='custom-file-label' for='#import-input'>
|
||||
<label class='form-label' for='import-input'>
|
||||
{{ i18n("browse_config", {}) }}
|
||||
</label>
|
||||
<input required class="custom-file-input form-control" id="import-input" name="JSON" type="file" />
|
||||
<small class="text-muted">{{ dialog.input_description }}</small>
|
||||
<div class="invalid-feedback" id='import-error'>
|
||||
{message}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue