MCPcopy Create free account
hub / github.com/coder/coder / ShuttingDownLifecycle

Function ShuttingDownLifecycle

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

Source from the content-addressed store, hash-verified

146);
147
148const ShuttingDownLifecycle: FC = () => {
149 return (
150 <Tooltip>
151 <TooltipTrigger asChild>
152 <div
153 role="status"
154 aria-label="Stopping..."
155 className={cn(statusDotBaseClassName, statusDotConnectingClassName)}
156 />
157 </TooltipTrigger>
158 <TooltipContent side="bottom">Stopping...</TooltipContent>
159 </Tooltip>
160 );
161};
162
163const ShutdownTimeoutLifecycle: FC<AgentStatusProps> = ({ agent }) => (
164 <AgentWarningTooltip

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected