diff --git a/backend/app/version.py b/backend/app/version.py index e8f1ef3..d0f23c0 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.4.1" +APP_VERSION = "0.4.2" APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}" diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8d1f5ba..cd86d53 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -4,16 +4,7 @@
- + @@ -22,11 +13,7 @@ import { computed, onMounted } from "vue"; import { useRoute } from "vue-router"; import { getToken } from "./api"; import AppSidebar from "./components/AppSidebar.vue"; -import HostActionLogModal from "./components/HostActionLogModal.vue"; -import { - closeHostRemoteActionLog, - hostRemoteActionLog, -} from "./composables/useHostRemoteAction"; +import HostActionLogStack from "./components/HostActionLogStack.vue"; import { refreshSessionRole } from "./router"; const route = useRoute(); diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue index 5df7bee..2a627e0 100644 --- a/frontend/src/components/AppSidebar.vue +++ b/frontend/src/components/AppSidebar.vue @@ -12,11 +12,11 @@ v-if="remoteJobRunning && !remoteJobPanelOpen" type="button" class="sac-nav-item sac-remote-job-badge" - title="Обновление агента выполняется на сервере SAC" - @click="showHostRemoteActionLog" + title="Обновления агентов выполняются на сервере SAC" + @click="showHostRemoteActionLog()" >