From 269ef7992c845262cb49f7ab5eefce4f8dbad3d7 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 6 Mar 2026 15:59:59 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 448 ++++++++++++++++++++++++++++++------------- 1 file changed, 311 insertions(+), 137 deletions(-) diff --git a/templates/index.html b/templates/index.html index c7ce251..26b5441 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,6 @@ -
-
🤖 KI-Orchestrator
+
🤖 KI-Orchestrator
-
- -
+
- - + + -
-
-
+
+
{% for node in nodes %} -
+
+
+
{{ node.name }}
+
+ +
+
-
-
-
- {% if node.os_type == 'debian' %} 🐧 - {% elif node.os_type == 'raspbian' %} 🍓 - {% elif node.os_type == 'fedora' %} 🎩 - {% elif node.os_type == 'ubuntu' %} 🧡 - {% else %} 💻 {% endif %} -
- {{ node.name }} -
-
- -
- -
-
+
+ {{ node.ip }} +
-
- {{ node.ip }} - {{ node.arch }} +
+ {{ node.os }} + {{ node.arch }}
-
-
- - {{ node.status }} -
- -
- - - -
-
- -
- - +
+ + {{ node.status }}
+
{% endfor %}
+
-
+
💬 KI Chat
- - + +
-
+
📜 System Logs
Warte auf Aufgaben...
-
+
🖥️ Live Terminal
@@ -176,86 +254,182 @@
-