mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Fleet] Fix max agent for agent activity (#176081)
This commit is contained in:
parent
e896ae73b2
commit
9872b70a84
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const FlyoutFooterWPadding = styled(EuiFlyoutFooter)`
|
|||
padding: 16px 24px !important;
|
||||
`;
|
||||
|
||||
const MAX_VIEW_AGENTS_COUNT = 2000;
|
||||
const MAX_VIEW_AGENTS_COUNT = 1000;
|
||||
|
||||
export const AgentActivityFlyout: React.FunctionComponent<{
|
||||
onClose: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue