fix(portal): hide technical terms in executive demo view

This commit is contained in:
igor04091968
2026-06-04 22:52:03 +03:00
parent 88dcd8ecaa
commit 2cb1afad4f
3 changed files with 53 additions and 3 deletions
@@ -2174,7 +2174,7 @@ function renderSecurityEventsSummary(summary, options = {}) {
: fallback
? "События безопасности временно недоступны"
: "События безопасности доступны";
const localModeText = disabled ? "Используется локальный режим без ClickHouse" : "";
const localModeText = disabled ? "Локальный режим" : "";
const title = options.compact
? "События безопасности"
: "События безопасности за 24 часа";