mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Move quotas bars javascript to separate file
This commit is contained in:
parent
0d433df91b
commit
bffd2db88f
5 changed files with 149 additions and 128 deletions
|
|
@ -967,6 +967,7 @@ local known_parameters = {
|
|||
["lifetime_unlimited"] = validateEmptyOr(validateOnOff), -- set if user should have an unlimited lifetime
|
||||
["lifetime_secs"] = validateNumber, -- user lifetime in seconds
|
||||
["edit_profiles"] = validateEmpty, -- set when editing traffic profiles
|
||||
["edit_policy"] = validateEmpty, -- set when editing policy
|
||||
["delete_user"] = validateSingleWord,
|
||||
["drop_flow_policy"] = validateBool, -- true if target flow should be dropped
|
||||
["traffic_type"] = validateBroadcastUnicast, -- flows_stats.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue