diff --git a/meshview/templates/node_graphs.html b/meshview/templates/node_graphs.html deleted file mode 100644 index 669cc32..0000000 --- a/meshview/templates/node_graphs.html +++ /dev/null @@ -1,201 +0,0 @@ - -{% macro graph(name) %} -
-{% endmacro %} - - -
- - -
- - - - - -
- {% for name in [ - "power", "utilization", "temperature", "humidity", "pressure", - "iaq", "wind_speed", "wind_direction", "power_metrics", "neighbors" - ] %} -
- {{ graph(name) | safe }} -
- {% endfor %} -
- - - - - - - -