From f1ad6333dd0baf543cf8c089df74754df65e708c Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Wed, 20 May 2026 07:05:40 -0700 Subject: [PATCH] more updates --- meshview/templates/reliability.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meshview/templates/reliability.html b/meshview/templates/reliability.html index 6c688bd..85affae 100644 --- a/meshview/templates/reliability.html +++ b/meshview/templates/reliability.html @@ -546,7 +546,11 @@ function renderReliabilityMap(gatewayRows, nodesById) { }).bindPopup(` ${nodeLink(row.nodeId, nodesById)}
Reliability: ${row.percent.toFixed(1)}%
- Heard: ${row.heardCount} (${row.total}) + Heard: + + (${row.total}) `).addTo(reliabilityMapLayer); bounds.push(latLng); });