ui(detmir): rename security incidents tab

This commit is contained in:
igor04091968
2026-06-02 20:48:21 +03:00
parent ca4944b978
commit 8cf45de4da
4 changed files with 7 additions and 7 deletions
@@ -161,7 +161,7 @@ function renderIncidentsList(items) {
function renderIncidents(data) {
return `
<h2 class="section-title">Инциденты</h2>
<h2 class="section-title">Инциденты ИБ</h2>
${renderIncidentsList(data)}
`;
}