From 60d9d594d0482c4c5e84c8c863434f4ad98bd6f3 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 3 Mar 2026 23:57:36 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3885b5c..601a65c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,32 +37,35 @@

📍 Nodes

{% for node in nodes %} -
-
- -
- +
+
{{ node.name }}
- {% if "Docker" in node.status or "Online" in node.status %} - + {% if node.status == "Docker Aktiv" %} + + {% elif node.status == "Kopplung..." %} + {% else %} - + {% endif %}
-
{{ node.ip }}
+
+ {{ node.ip }} + 🔄 +
-
- +
+ {{ node.status }}
-
{% endfor %}