mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
severity fix on recipient edit modal
This commit is contained in:
parent
9341a43809
commit
521c2a3b8e
9 changed files with 65 additions and 74 deletions
|
|
@ -1359,6 +1359,7 @@ local known_parameters = {
|
|||
["flow_key"] = validateNumber, -- The key of the flow
|
||||
["flow_hash_id"] = validateNumber, -- The ID uniquely identifying the flow in the hash table
|
||||
["pool"] = validateNumber, -- A pool ID
|
||||
["pool_id"] = validateNumber, -- A pool ID
|
||||
["direction"] = validateDirection, -- Sent or Received direction
|
||||
["download"] = validateBool,
|
||||
["item"] = validateSingleWord, -- Used by the Import/Export page to select the item to import/export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue