mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added sites collection preference
This commit is contained in:
parent
503c30ed0c
commit
db6564c44e
7 changed files with 21 additions and 2 deletions
|
|
@ -2248,6 +2248,7 @@ local known_parameters = {
|
|||
["toggle_slack_notification"] = validateBool,
|
||||
["toggle_email_notification"] = validateBool,
|
||||
["toggle_top_sites"] = validateBool,
|
||||
["toggle_sites_collection"] = validateBool,
|
||||
["toggle_http_enable_access_log"] = validateBool,
|
||||
["toggle_captive_portal"] = validateBool,
|
||||
["toggle_mdns_repeater"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue