From 87ac1e09b0de24e01ce4aef9f9bc0d8fabe94a7a Mon Sep 17 00:00:00 2001
From: PTah
Date: Sun, 21 Jun 2026 11:30:37 +1000
Subject: [PATCH] fix: widen remote action log panel and wrap long WinRM output
(0.20.22)
---
backend/app/version.py | 2 +-
backend/tests/test_health.py | 4 ++--
.../src/components/HostActionLogModal.vue | 19 ++++++++++++++-----
frontend/src/version.ts | 2 +-
4 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/backend/app/version.py b/backend/app/version.py
index 60ffb5a..e7cb194 100644
--- a/backend/app/version.py
+++ b/backend/app/version.py
@@ -1,5 +1,5 @@
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
APP_NAME = "Security Alert Center"
-APP_VERSION = "0.20.21"
+APP_VERSION = "0.20.22"
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
diff --git a/backend/tests/test_health.py b/backend/tests/test_health.py
index f1f67f5..5b65cf4 100644
--- a/backend/tests/test_health.py
+++ b/backend/tests/test_health.py
@@ -4,6 +4,6 @@ from app.version import APP_NAME, APP_VERSION, APP_VERSION_LABEL
def test_version_constants():
- assert APP_VERSION == "0.20.21"
+ assert APP_VERSION == "0.20.22"
assert APP_NAME == "Security Alert Center"
- assert APP_VERSION_LABEL == "Security Alert Center v.0.20.21"
+ assert APP_VERSION_LABEL == "Security Alert Center v.0.20.22"
diff --git a/frontend/src/components/HostActionLogModal.vue b/frontend/src/components/HostActionLogModal.vue
index b1eb5a1..cd7da0e 100644
--- a/frontend/src/components/HostActionLogModal.vue
+++ b/frontend/src/components/HostActionLogModal.vue
@@ -17,8 +17,8 @@
Выполняется на удалённом хосте… Можно перейти в другой раздел SAC.
- {{ message }}
- {{ message }}
+ {{ message }}
+ {{ message }}
{{ output }}