diff --git a/templates/index.html b/templates/index.html
index bcb7476..c7ce251 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,405 +1,261 @@
-
-
-PiDoBot Dashboard
+
+ Pi-Orchestrator AI Dashboard
+
+
+
+
-
-
+
+
+
+
+
+
+
+ .markdown-content pre { background: #000; padding: 8px; border-radius: 4px; border: 1px solid #334155; overflow-x: auto; margin: 8px 0; }
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {% for node in nodes %}
+
+
+
+
+
+ {% 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.arch }}
+
+
+
+
+
+ {{ node.status }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
Warte auf Aufgaben...
+
+
+
+
+
+
+
+
+
+
+
+ Node hinzufügen
+
+
+
+
+
+
+
+
+ Node bearbeiten
+
+
+
+
+
+
-
+
\ No newline at end of file