From b1f1e7c6da07a7a213775f2d4f4b19df5dcbe6aa Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 22 May 2025 15:56:33 -0700 Subject: [PATCH] Added self updating firehose.html and chat.html --- meshview/templates/node_graphs.html | 201 ---------------------------- 1 file changed, 201 deletions(-) delete mode 100644 meshview/templates/node_graphs.html 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 %} -
- - - - - - - -