Fix Misc page for appliance and nedge

This commit is contained in:
Alfredo Cardigliano 2020-11-24 12:37:06 +01:00
parent a9ecc7be54
commit 700f952386
2 changed files with 4 additions and 4 deletions

View file

@ -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[["]]