Configuration improvements for the IoT mode

This commit is contained in:
Alfredo Cardigliano 2020-12-03 17:24:01 +00:00
parent 9366318520
commit 83660f5c85
4 changed files with 21 additions and 12 deletions

View file

@ -179,7 +179,8 @@ function system_setup_ui_utils.printPageBody(sys_config, print_page_body_callbac
goto continue
elseif (not is_iot_bridge or mode == "passive") and subpage.name == "wifi" then
goto continue
elseif (is_iot_bridge and mode == "bridging") and subpage.name == "network_interfaces" then
elseif (is_iot_bridge and mode == "bridging") and
(subpage.name == "network_interfaces" or subpage.name == "network_setup") then
goto continue
elseif is_nedge and not subpage.nedge then
goto continue