fix(ui): full-row host click, agent version label on host card
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user