From 635353f3c8de537d768391104b1c5778f9190c55 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 21 Oct 2025 21:07:28 -0700 Subject: [PATCH] worked on making map and base all API driven --- meshview/templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/map.html b/meshview/templates/map.html index ad6ae46..be79a9b 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -140,7 +140,7 @@ function renderNodesOnMap(){ marker.nodeId = node.key; marker.originalColor = color; markerById[node.key] = marker; - const popup = `${node.long_name} (${node.short_name})
+ const popup = `${node.long_name} (${node.short_name})
Channel: ${node.channel}
Model: ${node.hw_model}
Role: ${node.role}