From f5966acb7f2ad5dc677520e020fc1214d7de565b Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Sun, 14 Jul 2024 19:59:57 -0700 Subject: [PATCH] Link nodes in the traceroute graphs. --- meshview/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshview/web.py b/meshview/web.py index fec0148..cf2d32c 100644 --- a/meshview/web.py +++ b/meshview/web.py @@ -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: