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

Function DisconnectedStatus

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

Source from the content-addressed store, hash-verified

225};
226
227const DisconnectedStatus: FC = () => {
228 return (
229 <Tooltip>
230 <TooltipTrigger asChild>
231 <div
232 role="status"
233 aria-label="Disconnected"
234 className={cn(statusDotBaseClassName, statusDotDisconnectedClassName)}
235 />
236 </TooltipTrigger>
237 <TooltipContent side="bottom">Disconnected</TooltipContent>
238 </Tooltip>
239 );
240};
241
242const ConnectingStatus: FC = () => {
243 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected