From 23f973078b6fbe557da37ce3231e38f1368eafba 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 02:30:02 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20live-=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=B0=20=D0=BD=D0=B0=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/update.html | 52 +++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/web/templates/update.html b/web/templates/update.html index 7dfcc2b..4850c20 100644 --- a/web/templates/update.html +++ b/web/templates/update.html @@ -73,13 +73,13 @@

Состояние установки

- {{ info.state.status }} + {{ info.state.status }}
-
{{ info.state.message }}
+
{{ info.state.message }}
-
Started{{ info.state.started_at or '—' }}
-
Updated{{ info.state.updated_at or '—' }}
-
Finished{{ info.state.finished_at or '—' }}
+
Started{{ info.state.started_at or '—' }}
+
Updated{{ info.state.updated_at or '—' }}
+
Finished{{ info.state.finished_at or '—' }}
@@ -127,11 +127,49 @@

Лог обновления

- /var/log/virtuality/update.log + live
-
{{ info.log_tail or 'Лог пока пуст.' }}
+
{{ info.log_tail or 'Лог пока пуст.' }}
+ +