diff --git a/web/templates/operation_detail.html b/web/templates/operation_detail.html new file mode 100644 index 0000000..f1f57f4 --- /dev/null +++ b/web/templates/operation_detail.html @@ -0,0 +1,110 @@ + + + + + + {{ operation.title }} — {{ app_name }} + + + +
+
+
+
{{ operation.title }}
+
Фоновая операция Virtuality
+
+
+ user: {{ user }} + Операции + ← Дашборд +
+
+
+ +
+
+
+

Состояние

+ {{ operation.status }} +
+ +
+
+
Прогресс
+
+
{{ operation.progress }}%
+
+
+
Сообщение
+
{{ operation.message }}
+
+
+ +
+
VM{{ operation.vm_name }}
+
RAM{{ operation.memory }} MB
+
CPU{{ operation.vcpus }}
+
Disk{{ operation.disk_size }} GB
+
Bridge{{ operation.bridge }}
+
Created{{ operation.created_at }}
+
+
+ +
+
+

Команда

+ virt-install +
+
{{ operation.cmd }}
+
+
+ +
+
+

Журнал virt-install

+ live +
+
{{ operation.log_tail }}
+
+ + +
+ +