From 3828c792e3ef379684b742c227a5173492ee5e43 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Sun, 8 Mar 2026 00:07:26 +0000 Subject: [PATCH] =?UTF-8?q?source/templates/index.html=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/templates/index.html | 548 ++++++++++++++++++++++++++++++++++++ 1 file changed, 548 insertions(+) create mode 100644 source/templates/index.html diff --git a/source/templates/index.html b/source/templates/index.html new file mode 100644 index 0000000..fed95aa --- /dev/null +++ b/source/templates/index.html @@ -0,0 +1,548 @@ + + + + + J.A.R.V.I.S. AI Dashboard + + + + + + + + + + + + + + +
+
🤖 J.A.R.V.I.S. AI Dashboard
+
+ +
+ + + + +
+ +
+ + +
+
+ +
+ +
+
+ {% for node in nodes %} +
+
+
{{ node.name }}
+
+ +
+ +
+
+
+
+ {{ node.ip }} + +
+
+ {{ node.os }} + {{ node.arch }} +
+
+ + {{ node.status }} +
+ +
+ {% endfor %} +
+ +
+ +
+
+
+
+
💬 J.A.R.V.I.S. - Chat
+
+
+ + +
+
+
+ +
+
+
📜 System Logs
+
Warte auf Daten...
+
+
+ +
+
+
🖥️ Live Terminal
+
+
+
+
+
+
+ + + + + + + + \ No newline at end of file