From 56a7111c79a09776bcca0be5cc01d4608511c3c6 Mon Sep 17 00:00:00 2001 From: "[._.]/ Adam Eivy" Date: Wed, 9 Sep 2026 04:01:09 +0000 Subject: [PATCH] fix: restore completed agent card mobile layout --- client/src/components/cos/tabs/AgentCard.jsx | 6 +++--- .../components/cos/tabs/AgentCard.test.jsx | 20 +++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/client/src/components/cos/tabs/AgentCard.jsx b/client/src/components/cos/tabs/AgentCard.jsx index 84d1bf96d6..69f7601c4b 100644 --- a/client/src/components/cos/tabs/AgentCard.jsx +++ b/client/src/components/cos/tabs/AgentCard.jsx @@ -548,9 +548,9 @@ export default function AgentCard({ agent, onPause, onKill, onDelete, onResume,
{/* Top row: Agent ID, badges, and actions */}
-
+
{/* Actions - right side */} -
+
{(output.length > 0 || inactive) && (