c222dd7d41
Fetch final update_script.log tail after agent-update, update title/message on success, show log by default; auto-close after 30s unchanged.
6 lines
198 B
Python
6 lines
198 B
Python
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
|
|
|
|
APP_NAME = "Security Alert Center"
|
|
APP_VERSION = "0.5.6"
|
|
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
|