mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Link nodes in the traceroute graphs.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user