mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup and adjust. of naming conventions
This commit is contained in:
parent
04406d5f1a
commit
a8123ffe0a
7 changed files with 92 additions and 190 deletions
|
|
@ -820,7 +820,7 @@ local known_parameters = {
|
|||
["toggle_ldap_anonymous_bind"] = validateBool,
|
||||
["toggle_local_host_cache_enabled"] = validateBool,
|
||||
["toggle_active_local_host_cache_enabled"] = validateBool,
|
||||
["toggle_device_discovery"] = validateBool,
|
||||
["toggle_network_discovery"] = validateBool,
|
||||
["toggle_local"] = validateBool,
|
||||
["toggle_local_ndpi"] = validateBool,
|
||||
["toggle_flow_rrds"] = validateBool,
|
||||
|
|
@ -888,7 +888,7 @@ local known_parameters = {
|
|||
|
||||
-- Other
|
||||
["flush_alerts_data"] = validateEmpty,
|
||||
["device_discovery_interval"] = validateNumber,
|
||||
["network_discovery_interval"] = validateNumber,
|
||||
--
|
||||
|
||||
-- PAGE SPECIFIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue