mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix Misc page for appliance and nedge
This commit is contained in:
parent
a9ecc7be54
commit
700f952386
2 changed files with 4 additions and 4 deletions
|
|
@ -284,7 +284,7 @@ function system_setup_ui_utils.printPrivateAddressSelector(label, comment, ip_ke
|
|||
end
|
||||
|
||||
if extra.net_select ~= false then
|
||||
print[[<select name="]] print(field_id) print[[_net" class="form-control">]]
|
||||
print[[<select name="]] print(field_id) print[[_net" class="form-control d-inline-block" style="width: 9.6rem">]]
|
||||
|
||||
for _, preset in pairs(networks_presets) do
|
||||
print[[<option value="]] print(preset.prefix) print[["]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue