Uptime
+ {{ system.uptime }}
+ From 2e8d0685118f6f42db28133c5cdfb38d44aa8c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Wed, 6 May 2026 19:29:11 +0900 Subject: [PATCH] Add initial dashboard template --- web/templates/dashboard.html | 129 +++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 web/templates/dashboard.html diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html new file mode 100644 index 0000000..1ea68de --- /dev/null +++ b/web/templates/dashboard.html @@ -0,0 +1,129 @@ + + +
+ + +| Name | State | Autostart |
|---|---|---|
| {{ pool.name }} | +{{ pool.state }} | +{{ pool.autostart }} | +
| Storage pools не найдены | ||
| ID | Name | State | Actions |
|---|---|---|---|
| {{ vm.id }} | +{{ vm.name }} | +{{ vm.state }} | ++ + + + + | +
| Виртуальных машин пока нет | |||
{{ network.interfaces }}
+ {{ network.routes }}
+