diff --git a/templates/index.html b/templates/index.html index bc0ee2d..4d95965 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,104 +2,155 @@ - Pi-Orchestrator AI + Pi-Orchestrator AI Control Center + + + - + -
-

📍 Nodes

-
- -
-
- -
-
-
Willkommen! Wie soll ich den Cluster verwalten?
-
- -
- - -
-
- - - - -
+ +
+

+ 📍 Nodes +

+ +
+ {% for node in nodes %} +
+
{{ node.name }}
+
{{ node.ip }}
+
{{ node.status }}
+ +
+ {% endfor %} +
+ +
-
-
- > System bereit. Warte auf Befehle... +
+
+
+ Bot: Willkommen im Cluster-Management. Ich bin bereit für deine Befehle. +
+
+ +
+ + +
+
+
+ +
+
+
Setup Logs
+
+
> System bereit. Warte auf Node-Aktionen...
+
-
+
+
Active Terminal
+
+
-
- - \ No newline at end of file