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 }}