From 8fc04a5f18a18e43fa62fd6ae026631a9907a5d7 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 28 Apr 2025 22:19:21 -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 569e74d..1c7e26b 100644 --- a/meshview/templates/packet_details.html +++ b/meshview/templates/packet_details.html @@ -103,7 +103,7 @@ // Add a tooltip with node details and distance node.bindPopup(` Heard by: {{u.long_name}}
- [{{ u.short_name }}]
+ {{ u.short_name }}
Hops: {{ u.hops }}
SNR: {{ u.snr }}
RSSI: {{ u.rssi }}