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