diff --git a/templates/index.html b/templates/index.html index 3680a74..0663394 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,445 +1,187 @@ - - Pi-Orchestrator AI Dashboard - - - - + +Node Dashboard + - - - - - - + - - -
-
🤖 KI-Orchestrator
- -
- -
+ - - - - - - -
- - -
- - - -
-
+
+

🖥 Node Cluster

+ +
-
-
- -
- {% for node in nodes %} -
-
-
{{ node.name }}
-
- -
-
-
- {{ node.ip }} - -
-
- - {{ node.status }} -
- -
- {% endfor %} -
- -
+
+{% for node in nodes %} -
-
-
-
-
💬 KI Chat
-
-
- - -
-
-
+
-
-
-
📜 System Logs
-
Warte auf Aufgaben...
-
-
+
+
{{node.name}}
-
-
-
🖥️ Live Terminal
-
-
-
-
-
-
+{% if node.status == 'Online' %} +
+{% else %} +
+{% endif %} +
- +
+{{node.ip}} +
- - loadSettings(); - }); - - \ No newline at end of file +