mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +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
|
|
@ -92,8 +92,8 @@ local print_page_body = function()
|
|||
field = "ntp_sync_enabled",
|
||||
default = ternary(date_time_config.ntp_sync.enabled, "1", "0"),
|
||||
to_switch = dateTimeElementsToSwitch,
|
||||
redis_prefix = "",
|
||||
reverse_switch = true,
|
||||
local_store = true, -- do not store on redis
|
||||
})
|
||||
|
||||
local showEnabled = ternary(date_time_config.ntp_sync.enabled, false, true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue