fix(ui): host name nav styled like sidebar, plain hostname column

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-05 10:10:10 +10:00
parent 7699d8690a
commit adfc69c656
2 changed files with 26 additions and 12 deletions
+6 -6
View File
@@ -32,15 +32,15 @@
<tr v-for="h in sortedItems" :key="h.id">
<td>{{ h.id }}</td>
<td>
<RouterLink :to="`/hosts/${h.id}`" class="sac-row-link" :title="`Карточка хоста ${h.hostname}`">
<RouterLink
:to="`/hosts/${h.id}`"
class="sac-host-nav-link"
:title="`Карточка хоста ${h.hostname}`"
>
{{ h.display_name || h.hostname }}
</RouterLink>
</td>
<td>
<RouterLink :to="`/hosts/${h.id}`" class="sac-row-link" :title="`Карточка хоста ${h.hostname}`">
{{ h.hostname }}
</RouterLink>
</td>
<td>{{ h.hostname }}</td>
<td>{{ h.product_version || "—" }}</td>
<td>{{ h.os_family }}</td>
<td>{{ h.ipv4 || "—" }}</td>