diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index 6522552..27214f1 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -21,12 +21,28 @@ Сеть Операции ISO - Обновления + Диски + Обновления{% if update_notice and update_notice.has_update %} · доступно{% endif %} + Создать VM
+ {% if update_notice and update_notice.has_update %} +
+
+
Доступно обновление Virtuality
+
{{ update_notice.current_version }} → {{ update_notice.latest_version }}
+
+ Пропущено версий: {{ update_notice.missing_count }} · новых коммитов: {{ update_notice.commit_count }} +
+
+
+ Посмотреть изменения +
+
+ {% endif %} +
Uptime
@@ -115,7 +131,7 @@