diff --git a/meshview/templates/map.html b/meshview/templates/map.html index 0107829..c0320a5 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -39,7 +39,6 @@ {% block body %}
-
Show Routers Only
diff --git a/meshview/templates/nodegraph.html b/meshview/templates/nodegraph.html index bb8e93c..711aaeb 100644 --- a/meshview/templates/nodegraph.html +++ b/meshview/templates/nodegraph.html @@ -62,6 +62,14 @@ border: 1px solid #ccc; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px; + display: flex; + color: #333; +} +.legend-category { + margin-right: 10px; + code { + color: inherit; + } } .legend-box { display: inline-block; @@ -69,6 +77,9 @@ height: 12px; margin-right: 5px; border-radius: 3px; + &.circle { + border-radius: 6px; + } } {% endblock %} @@ -90,29 +101,83 @@
-
Traceroute
-
Neighbor
+
+
Traceroute
+
Neighbor
+
+
+
ROUTER
+
ROUTER_LATE
+
+
+
CLIENT
+
CLIENT_MUTE
+
+
+
Other
+
Unknown
+