From 7edb7b5c38b8be6a70ea8760282b57e1ee206f6c Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 25 Nov 2025 09:31:56 -0800 Subject: [PATCH] Fix the net page as it was not showing the date information --- meshview/templates/node.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/node.html b/meshview/templates/node.html index e2e481a..f84f31e 100644 --- a/meshview/templates/node.html +++ b/meshview/templates/node.html @@ -399,7 +399,7 @@ function ensureMapVisible(){ if (group.getLayers().length > 0) map.fitBounds(group.getBounds(), { padding: [20, 20], - maxZoom: 11 // ← minimum zoom level after fitting + maxZoom: 11 // }); }); }