diff --git a/templates/index.html b/templates/index.html
index 3885b5c..601a65c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,32 +37,35 @@
📍 Nodes
{% for node in nodes %}
-
-
-
+
+
{{ node.name }}
- {% if "Docker" in node.status or "Online" in node.status %}
-
+ {% if node.status == "Docker Aktiv" %}
+
+ {% elif node.status == "Kopplung..." %}
+
{% else %}
-
+
{% endif %}
-
{{ node.ip }}
+
-
-
+
+
{{ node.status }}
-
{% endfor %}