mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added network report dashboard (#8060)
This commit is contained in:
parent
2336ea1762
commit
38043be5d6
6 changed files with 421 additions and 37 deletions
|
|
@ -1309,6 +1309,7 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["srv_network_cidr"] = tag_utils.defined_tags["srv_network_cidr"]
|
||||
flow_defined_tags["cli_network_cidr"] = tag_utils.defined_tags["cli_network_cidr"]
|
||||
flow_defined_tags["duration"] = tag_utils.defined_tags["duration"]
|
||||
flow_defined_tags["network"] = tag_utils.defined_tags["network"]
|
||||
|
||||
return flow_defined_tags
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue