fix(ui): full-row host click, agent version label on host card

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-05 10:20:32 +10:00
parent adfc69c656
commit d9893497ce
3 changed files with 36 additions and 33 deletions
+2 -3
View File
@@ -8,11 +8,10 @@
<p>
<strong>Hostname:</strong> {{ host.hostname }}
· <strong>ID:</strong> {{ host.id }}
· <strong>Агент:</strong>
<span :class="'agent-' + host.agent_status">{{ agentLabel(host.agent_status) }}</span>
· <strong>Агент:</strong> <span :class="'agent-' + host.agent_status">{{ agentLabel(host.agent_status) }}</span>
</p>
<p>
<strong>Product:</strong> {{ host.product }} {{ host.product_version || "" }}
<strong>Версия агента:</strong> {{ host.product_version || "" }}
· <strong>OS:</strong> {{ host.os_family }} {{ host.os_version || "" }}
· <strong>IPv4:</strong> {{ host.ipv4 || "—" }}
</p>