From fe45e12ccdaa85db2dcc0f0dffbf2d00ae9cb605 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: Wed, 6 May 2026 21:26:43 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0?= =?UTF-8?q?=20=D0=B6=D1=83=D1=80=D0=BD=D0=B0=D0=BB=D0=B0=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/operations.html | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 web/templates/operations.html 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 @@ + + +
+ + +| Операция | Статус | Прогресс | Создана | Действие |
|---|---|---|---|---|
|
+ {{ operation.title }}
+ {{ operation.message }}
+ |
+ {{ operation.status }} | +
+
+ {{ operation.progress }}%
+ |
+ {{ operation.created_at }} | +Открыть | +
| Журнал операций пуст | ||||