mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Configuration improvements for the IoT mode
This commit is contained in:
parent
9366318520
commit
83660f5c85
4 changed files with 21 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue