diff --git a/frontend/src/pages/AgentsPage.tsx b/frontend/src/pages/AgentsPage.tsx index b260ecbb..4fd0dd81 100644 --- a/frontend/src/pages/AgentsPage.tsx +++ b/frontend/src/pages/AgentsPage.tsx @@ -1075,26 +1075,100 @@ function ChannelsTab({ agentId }: { agentId: string }) { {connected.map((c) => { const meta = SOURCE_CATALOG.find(s => s.connector_id === c.connector_id); const unit = meta?.unitLabel || 'items'; + const isReconnecting = expandedId === c.connector_id; return (