fix(ui): host name nav styled like sidebar, plain hostname column
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user