From 89f7e8fef614ce866573b4b9fef8e3bb1e8bcc0f Mon Sep 17 00:00:00 2001 From: ochenstarik-ui Date: Mon, 20 Jul 2026 23:10:32 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20AgentCard=20=D0=B1=D0=B5=D0=B7=20runtime?= =?UTF-8?q?=20=E2=80=94=20=D1=87=D0=B8=D1=81=D1=82=D0=B0=D1=8F=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/agents/AgentCard.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/agents/AgentCard.tsx b/frontend/src/components/agents/AgentCard.tsx index 7fdb297..4b9b7e1 100644 --- a/frontend/src/components/agents/AgentCard.tsx +++ b/frontend/src/components/agents/AgentCard.tsx @@ -16,17 +16,18 @@ export function AgentCard({ agent }: { agent: any }) {
{agent.name}
-
{agent.runtime} ยท {agent.model}
{agent.healthy !== false ? 'ONLINE' : 'OFFLINE'}
- {/* Account */} -
- {agent.provider} - {agent.account} + {/* Provider + Account */} +
+
+ {agent.provider} + {agent.account} +
{/* Metrics */}