From a0e5bb0747c3d16cf78fdcc4bbb8657a5d137f7f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 31 Oct 2025 16:52:32 -0700 Subject: [PATCH] worked on making map and base all API driven --- meshview/templates/base.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meshview/templates/base.html b/meshview/templates/base.html index 612115b..2cfb0be 100644 --- a/meshview/templates/base.html +++ b/meshview/templates/base.html @@ -60,8 +60,27 @@ {% endfor %} - - + {% set options = { + 1: "Text Message", + 3: "Position", + 4: "Node Info", + 67: "Telemetry", + 70: "Traceroute", + 71: "Neighbor Info", + } + %} +