diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/index.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/index.tsx index 171ee38a62e51..cec075b4a8f7a 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/index.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/index.tsx @@ -410,6 +410,7 @@ export const AgentListPage: React.FunctionComponent<{}> = () => { }; const isCurrentRequestIncremented = currentRequestRef?.current === 1; + return ( <> {isAgentActivityFlyoutOpen ? ( @@ -519,6 +520,17 @@ export const AgentListPage: React.FunctionComponent<{}> = () => { )} + {/* TODO serverless agent soft limit */} + {showUnhealthyCallout && ( + <> + {cloud?.deploymentUrl ? ( + + ) : ( + + )} + + + )} {/* Search and filter bar */}