mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixed minor GUI glitches
Added ability to block traffic insode host details page
This commit is contained in:
parent
f56805b85a
commit
293f39e38c
7 changed files with 69 additions and 20 deletions
|
|
@ -2587,7 +2587,8 @@ local known_parameters = {
|
|||
["show_advanced_prefs"] = validateBool, -- true if advanced preferences should be shown
|
||||
["ifSpeed"] = validateEmptyOr(validateNumber), -- interface speed
|
||||
["scaling_factor"] = validateEmptyOr(validateNumber), -- interface scaling factor
|
||||
["drop_host_traffic"] = validateBool, -- to drop an host traffic
|
||||
["drop_host_traffic_policy"] = validateBool, -- to drop an host traffic
|
||||
["drop_host_active_flows_policy"] = validateBool, -- to drop active host traffic flows
|
||||
["lifetime_limited"] = validateEmptyOr(validateOnOff), -- set if user should have a limited lifetime
|
||||
["lifetime_unlimited"] = validateEmptyOr(validateOnOff), -- set if user should have an unlimited lifetime
|
||||
["edit_profiles"] = validateEmpty, -- set when editing traffic profiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue