MCPcopy Index your code
hub / github.com/coder/coder / OffLifecycle

Function OffLifecycle

site/src/modules/resources/AgentStatus.tsx:182–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180);
181
182const OffLifecycle: FC = () => {
183 return (
184 <Tooltip>
185 <TooltipTrigger asChild>
186 <div
187 role="status"
188 aria-label="Stopped"
189 className={cn(statusDotBaseClassName, statusDotDisconnectedClassName)}
190 />
191 </TooltipTrigger>
192 <TooltipContent side="bottom">Stopped</TooltipContent>
193 </Tooltip>
194 );
195};
196
197const ConnectedStatus: FC<AgentStatusProps> = ({ agent }) => {
198 // This is to support legacy agents that do not support

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected