fix(webui): route pve-detmir activity to watcher-safe view and add audit links

This commit is contained in:
igor04091968
2026-04-27 21:58:37 +03:00
parent 0da0d880c0
commit 947717251f
3 changed files with 14 additions and 4 deletions
+5 -1
View File
@@ -8,7 +8,11 @@
"^pve-detmir$"
],
"links": [
{ "label": "Активность", "type": "activity" },
{ "label": "Активность", "type": "activity", "view": "DLP" },
{ "label": "Web-admin аудит", "type": "bucket", "bucket_prefix": "aw-pve-webadmin-events_" },
{ "label": "PVE tasks", "type": "bucket", "bucket_prefix": "aw-pve-task-events_" },
{ "label": "SSH сессии", "type": "bucket", "bucket_prefix": "aw-ssh-sessions_" },
{ "label": "Команды shell", "type": "bucket", "bucket_prefix": "aw-console-commands_" },
{ "label": "Web категории", "type": "bucket", "bucket_prefix": "aw-detmir-web-category_" },
{ "label": "Все бакеты", "type": "buckets" }
]