mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Hiding Active local host cache settings when Idle local host cache is disabled
This commit is contained in:
parent
44a9d65f24
commit
858fa244c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1263,7 +1263,7 @@ function printInMemory()
|
|||
field = "toggle_local_host_cache_enabled",
|
||||
default = "1",
|
||||
pref = "is_local_host_cache_enabled",
|
||||
to_switch = {"local_host_cache_duration"},
|
||||
to_switch = {"local_host_cache_duration","row_toggle_active_local_host_cache_enabled","active_local_host_cache_interval"},
|
||||
})
|
||||
|
||||
local showLocalHostCacheInterval = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue