From 77db8e13f6be6fa240c04178965f90f04d17c022 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 17 Mar 2025 14:33:32 -0700 Subject: [PATCH] Added numbers to the hop count --- 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 d8a4642..33a770f 100644 --- a/meshview/templates/packet_details.html +++ b/meshview/templates/packet_details.html @@ -55,7 +55,7 @@ var fromNodeLatLng = L.latLng({{ from_node_cord | tojson }}); var fromNode = L.circleMarker(fromNodeLatLng, { - radius: 8, + radius: 10, color: 'red', weight: 1, fillColor: 'red',