mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix nedge system setup toggles (do not use redis)
This commit is contained in:
parent
8c80fe895d
commit
cf2a9eff59
6 changed files with 11 additions and 9 deletions
|
|
@ -50,9 +50,9 @@ local function print_wifi_page_body()
|
|||
description = i18n("appliance.enable_wifi_descr"),
|
||||
content = "",
|
||||
field = "wifi_enabled",
|
||||
redis_prefix = "",
|
||||
default = ternary(wifi_config.enabled, "1", "0"),
|
||||
to_switch = elementToSwitch,
|
||||
local_store = true, -- do not store on redis
|
||||
})
|
||||
|
||||
prefsInputFieldPrefs(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue