From 85c1e24b1850db2bcea71e24da67169f42089a8f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 28 Apr 2025 21:37:11 -0700 Subject: [PATCH] Added popup link to the maps --- meshview/templates/packet_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/packet_details.html b/meshview/templates/packet_details.html index b5e5835..91ec99b 100644 --- a/meshview/templates/packet_details.html +++ b/meshview/templates/packet_details.html @@ -102,7 +102,7 @@ // Add a tooltip with node details and distance node.bindPopup(` - Heard by: {{u.long_name}}/b>
+ Heard by: {{u.long_name}}
[{{ u.short_name }}]
Hops: {{ u.hops }}
SNR: {{ u.snr }}