feat: SAC 0.7.0 display_name columns and event severity overrides
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -234,6 +234,8 @@
|
||||
|
||||
<th>Хост</th>
|
||||
|
||||
<th>Имя сервера</th>
|
||||
|
||||
<th>Severity</th>
|
||||
|
||||
<th>Title</th>
|
||||
@@ -264,6 +266,8 @@
|
||||
|
||||
</td>
|
||||
|
||||
<td>{{ formatServerName(e.display_name) }}</td>
|
||||
|
||||
<td :class="'sev-' + e.severity">{{ e.severity }}</td>
|
||||
|
||||
<td>{{ e.title }}</td>
|
||||
@@ -293,6 +297,7 @@
|
||||
import { onMounted, onUnmounted, ref } from "vue";
|
||||
|
||||
import { apiFetch, getToken, type DashboardSummary, type EventSummary } from "../api";
|
||||
import { formatServerName } from "../utils/hostDisplay";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user