diff --git a/web/templates/operations.html b/web/templates/operations.html new file mode 100644 index 0000000..7e7e6b9 --- /dev/null +++ b/web/templates/operations.html @@ -0,0 +1,56 @@ + + + + + + Операции — {{ app_name }} + + + +
+
+
+
Операции
+
Журнал фоновых действий Virtuality
+
+
+ user: {{ user }} + + Создать VM + ← Дашборд +
+
+
+ +
+
+

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

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