From d8c48d191c20ca862502f9ee8c2e0431a6d52c87 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: Thu, 7 May 2026 10:18:20 +0900 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=B1=D1=8B=D0=BB=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0=20=D0=B5=D0=B4=D0=B8?= =?UTF-8?q?=D0=BD=D0=BE=D0=B5=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/operations.html | 86 +++++++++++++++++------------------ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/web/templates/operations.html b/web/templates/operations.html index 7e7e6b9..f7f77e0 100644 --- a/web/templates/operations.html +++ b/web/templates/operations.html @@ -7,50 +7,50 @@ -
-
-
-
Операции
-
Журнал фоновых действий Virtuality
-
-
- user: {{ user }} - + Создать VM - ← Дашборд -
-
-
+
+ {% include "_sidebar.html" %} -
-
-

Последние операции

- /var/log/virtuality/operations -
- - - - - - {% for operation in operations %} - - - - - - - - {% else %} - - {% endfor %} - -
ОперацияСтатусПрогрессСозданаДействие
-
{{ operation.title }}
-
{{ operation.message }}
-
{{ operation.status }} -
-
{{ operation.progress }}%
-
{{ operation.created_at }}Открыть
Журнал операций пуст
-
+
+
+
+
Операции
+
Журнал фоновых действий Virtuality
+
+
+ user: {{ user }} + ← Дашборд +
+
+
+ +
+
+

Последние операции

+ /var/log/virtuality/operations +
+ + + + + + {% for operation in operations %} + + + + + + + {% else %} + + {% endfor %} + +
ОперацияСтатусСозданаДействие
+
{{ operation.title }}
+
{{ operation.message }}
+
{{ operation.status }}{{ operation.created_at }}Открыть
Журнал операций пуст
+
+
+