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:
gabryon99 2020-12-17 11:35:44 +01:00
parent 3f21f1e983
commit 5fa6e69038
6 changed files with 178 additions and 35 deletions

View file

@ -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)