mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
add shortcut for localization (#4583)
This commit is contained in:
parent
5db4ec7c5d
commit
766e6dfd1e
5 changed files with 67 additions and 22 deletions
|
|
@ -1370,6 +1370,7 @@ local known_parameters = {
|
|||
["country"] = validateCountry, -- Country code
|
||||
["flow_key"] = validateNumber, -- The key of the flow
|
||||
["flow_hash_id"] = validateNumber, -- The ID uniquely identifying the flow in the hash table
|
||||
["user"] = validateSingleWord, -- The user ID
|
||||
["pool"] = validateNumber, -- A pool ID
|
||||
["pool_id"] = validateNumber, -- A pool ID
|
||||
["direction"] = validateDirection, -- Sent or Received direction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue