From 784474643868fa4b9f67bade3e075bdb3bda4037 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Wed, 4 Mar 2026 12:18:54 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 147 ++++++++++++++++++++++++++++--------------- 1 file changed, 96 insertions(+), 51 deletions(-) diff --git a/templates/index.html b/templates/index.html index 14fa0c6..664a0d1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,7 @@ + @@ -42,43 +61,47 @@

📍 Nodes

{% for node in nodes %} -
-
{{ node.name }}
-
{{ node.ip }}
-
- - {{ node.status }} - +
+
+
{{ node.name }}
+
+ +
- +
{{ node.ip }}
+
+ + {{ node.status }} +
+
{% endfor %}
- +
-
+
💬 KI Chat
-
+
- - + +
-
+
📜 System Logs
-
Warte auf Befehle...
+
Warte auf Aufgaben...
-
+
🖥️ Live Terminal
@@ -90,82 +113,104 @@
\ No newline at end of file