From 783972e4bd0761d9516134d3412331baf1035cd6 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 4 Sep 2025 09:05:37 -0700 Subject: [PATCH] Added the traceroute and neighbours to the map --- 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 7dda92f..e0427fd 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -96,7 +96,7 @@ } const palette = [ - "#e6194b","#4363d8","#f58231","#911eb4","#46f0f0","#f032e6","#bcf60c","#fabebe", + "#e6194b","#f58231","#4363d8","#911eb4","#46f0f0","#f032e6","#bcf60c","#fabebe", "#008080","#e6beff","#9a6324","#fffac8","#800000","#aaffc3","#808000","#ffd8b1","#000075","#808080" ]; const colorMap = new Map();