Link nodes in the traceroute graphs.

This commit is contained in:
Jason Michalski
2024-07-14 19:59:57 -07:00
parent 83547197df
commit f5966acb7f

View File

@@ -666,6 +666,7 @@ async def graph_traceroute(request):
shape='box',
color=node_color.get(node_id, 'black'),
style=style,
href=f"/packet_list/{node_id}",
))
for path in paths: