mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 18:00:10 +00:00
improvement on service_map page
The graph page has been set as the first page wehn a user navigates to the service map page. When a user double clicks a node then the map will be filtered with only the edges linked to the node. The flush data and download buttons have been restored.
This commit is contained in:
parent
3f21f1e983
commit
5fa6e69038
6 changed files with 178 additions and 35 deletions
|
|
@ -33,8 +33,8 @@ for k,v in pairs(p) do
|
|||
table.insert(row, v.l7_proto)
|
||||
end
|
||||
|
||||
table.insert(row, buildHostHREF(v.client, v.vlan_id, "service_map"))
|
||||
table.insert(row, buildHostHREF(v.server, v.vlan_id, "service_map"))
|
||||
table.insert(row, builServiceMapHREF(v.client, v.vlan_id))
|
||||
table.insert(row, builServiceMapHREF(v.server, v.vlan_id))
|
||||
table.insert(row, v.vlan_id or 0)
|
||||
table.insert(row, port)
|
||||
table.insert(row, v.num_uses)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue