From 78b78f4a1023bccec17b604934659d866bfb1a14 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 3 Mar 2026 22:44:35 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/templates/index.html b/templates/index.html index 4d95965..d1e2220 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,6 +37,22 @@ + {% for node in nodes %} +
+
+ +
+ +
{{ node.name }}
+
{{ node.ip }}
+
{{ node.status }}
+ +
+ +
+
+ {% endfor %} +