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 'Лог пока пуст.' }}
+ +