mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
add import/export page GUI
This commit is contained in:
parent
a2cfa0ff26
commit
b7b17d9d1c
12 changed files with 197 additions and 18 deletions
|
|
@ -1350,6 +1350,7 @@ local known_parameters = {
|
|||
["pool"] = 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
|
||||
["stats_type"] = validateStatsType, -- A mode for historical stats queries
|
||||
["alertstats_type"] = validateAlertStatsType, -- A mode for alerts stats queries
|
||||
["flowhosts_type"] = validateFlowHostsType, -- A filter for local/remote hosts in each of the two directions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue