mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Reworking capabilities support
This commit is contained in:
parent
8fd7420b69
commit
7da1395b87
16 changed files with 251 additions and 109 deletions
|
|
@ -1548,7 +1548,8 @@ local known_parameters = {
|
|||
["user_language"] = validateUserLanguage, -- User language
|
||||
["add_user_language"] = validateUserLanguage, -- User language in add modal
|
||||
["allow_pcap_download"] = validateEmptyOr(validateBool),
|
||||
["allow_historical_flow"] = validateBool,
|
||||
["allow_historical_flows"] = validateBool,
|
||||
["allow_alerts"] = validateBool,
|
||||
|
||||
-- NDPI
|
||||
["application"] = validateProtocolIdOrName, -- An nDPI application protocol name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue