diff --git a/meshview/templates/node_graphs.html b/meshview/templates/node_graphs.html index 095b4fc..2de94ed 100644 --- a/meshview/templates/node_graphs.html +++ b/meshview/templates/node_graphs.html @@ -4,7 +4,6 @@ {% endmacro %} - -
@@ -36,9 +34,10 @@
Neighbor SNR
- +
+ + +
-
Temperature
{{ graph("temperature") }}
-
Humidity
{{ graph("humidity") }}
-
Pressure
{{ graph("pressure") }}
-
Indoor Air Quality
{{ graph("iaq") }}
-
Wind Speed
{{ graph("wind_speed") }}
-
Wind Direction
{{ graph("wind_direction") }}
+
+
Temperature
+
{{ graph("temperature") }}
+
+
+
Humidity
+
{{ graph("humidity") }}
+
+
+
Pressure
+
{{ graph("pressure") }}
+
+
+
Indoor Air Quality
+
{{ graph("iaq") }}
+
+
+
Wind Speed
+
{{ graph("wind_speed") }}
+
+
+
Wind Direction
+
{{ graph("wind_direction") }}
+
-
Power Metrics
{{ graph("power_metrics") }}
+
+
Power Metrics
+
{{ graph("power_metrics") }}
+
- +