mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Fix dupplicate unhealthy callout (#161755)
This commit is contained in:
parent
19f00ec3d7
commit
c031900036
1 changed files with 0 additions and 11 deletions
|
@ -529,17 +529,6 @@ export const AgentListPage: React.FunctionComponent<{}> = () => {
|
|||
<EuiSpacer size="l" />
|
||||
</>
|
||||
)}
|
||||
{/* TODO serverless agent soft limit */}
|
||||
{showUnhealthyCallout && (
|
||||
<>
|
||||
{cloud?.deploymentUrl ? (
|
||||
<FleetServerCloudUnhealthyCallout deploymentUrl={cloud.deploymentUrl} />
|
||||
) : (
|
||||
<FleetServerOnPremUnhealthyCallout onClickAddFleetServer={onClickAddFleetServer} />
|
||||
)}
|
||||
<EuiSpacer size="l" />
|
||||
</>
|
||||
)}
|
||||
{/* Search and filter bar */}
|
||||
<SearchAndFilterBar
|
||||
agentPolicies={agentPolicies}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue