diff --git a/site/src/modules/resources/AgentRow.tsx b/site/src/modules/resources/AgentRow.tsx index 4d14d2f0a9a39..c4d104501fd67 100644 --- a/site/src/modules/resources/AgentRow.tsx +++ b/site/src/modules/resources/AgentRow.tsx @@ -158,6 +158,9 @@ export const AgentRow: FC = ({ ]), enabled: agent.status === "connected", select: (res) => res.containers.filter((c) => c.status === "running"), + // TODO: Implement a websocket connection to get updates on containers + // without having to poll. + refetchInterval: 10_000, }); return (