From 9168a349f250aac7e3cfdd4be0fdc74cdd2d8c35 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 6 Mar 2026 22:08:52 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 78 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 64 insertions(+), 14 deletions(-) diff --git a/templates/index.html b/templates/index.html index 38041fb..da85809 100644 --- a/templates/index.html +++ b/templates/index.html @@ -88,9 +88,10 @@ gap: 8px; border-left: 1px solid #475569; padding-left: 12px; + flex: 1; } - #ollama-url { width: 200px; } + #ollama-url { width: 100%; min-width: 200px; } .toolbar-controls select, .toolbar-controls input { height: 32px; background: #0f172a; color: white; border: 1px solid #475569; border-radius: 4px; padding: 0 8px; font-size: 12px; @@ -142,13 +143,18 @@ {% for node in nodes %}
-
{{ node.name }}
-
- -
+
{{ node.name }}
+
+ +
+ +
+
- {{ node.ip }} + {{ node.ip }}
@@ -212,6 +218,27 @@
+ + - \ No newline at end of file