ui(detmir): rename security incidents tab
This commit is contained in:
+1
-1
@@ -1554,7 +1554,7 @@ systemctl is-active tsj-guardian-bot tsj-guardian-watchdog gost-tg
|
||||
- внешний route добавлен в существующий nginx gateway:
|
||||
`https://dm.iri1968.dpdns.org/portal/`;
|
||||
- UI содержит вкладки `Оператор`, `Руководитель`, `Владелец`,
|
||||
`Инциденты`;
|
||||
`Инциденты ИБ`;
|
||||
- API реализованы: `/api/health`, `/api/summary`, `/api/operator`,
|
||||
`/api/manager`, `/api/owner`, `/api/incidents`, `/api/links`;
|
||||
- источники read-only: `detmir-status --json`, `detmir-check --json`,
|
||||
|
||||
@@ -161,7 +161,7 @@ function renderIncidentsList(items) {
|
||||
|
||||
function renderIncidents(data) {
|
||||
return `
|
||||
<h2 class="section-title">Инциденты</h2>
|
||||
<h2 class="section-title">Инциденты ИБ</h2>
|
||||
${renderIncidentsList(data)}
|
||||
`;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<button class="tab is-active" data-tab="operator">Оператор</button>
|
||||
<button class="tab" data-tab="manager">Руководитель</button>
|
||||
<button class="tab" data-tab="owner">Владелец</button>
|
||||
<button class="tab" data-tab="incidents">Инциденты</button>
|
||||
<button class="tab" data-tab="incidents">Инциденты ИБ</button>
|
||||
</nav>
|
||||
|
||||
<section id="summary" class="summary-grid"></section>
|
||||
|
||||
Reference in New Issue
Block a user