From b1b549081a3a4ba8f9ada4d71bc29a45216e07b3 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 6 Mar 2026 11:47:48 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 266 +++++++++++++++++++++---------------------- 1 file changed, 133 insertions(+), 133 deletions(-) diff --git a/templates/index.html b/templates/index.html index 018c032..b77c722 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ Pi-Orchestrator AI Dashboard + @@ -35,6 +36,10 @@ .add-node-btn { background-color: #2563eb; color: white; } #settings-status { color: #10b981; font-size: 11px; min-width: 80px; } .markdown-content pre { background: #000; padding: 8px; border-radius: 4px; border: 1px solid #334155; overflow-x: auto; margin: 8px 0; } + + /* Hilfsklassen für Resize-Handles (GridStack) */ + .ui-resizable-handle { opacity: 0.2; transition: opacity 0.2s; } + .ui-resizable-handle:hover { opacity: 1; background: rgba(56, 189, 248, 0.5); } @@ -68,7 +73,6 @@
-
🖥️ @@ -81,12 +85,10 @@
-
{{ node.ip }} {{ node.arch }}
-
@@ -94,12 +96,10 @@
-
SSH VNC
-
{% endfor %} @@ -119,14 +119,12 @@ -
📜 System Logs
Warte auf Aufgaben...
-
🖥️ Live Terminal
@@ -138,25 +136,55 @@
+ + \ No newline at end of file