-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest Manager] Fix enrollment key selection #73062
[Ingest Manager] Fix enrollment key selection #73062
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
@@ -536,9 +536,9 @@ export const AgentListPage: React.FunctionComponent<{}> = () => { | |||
), | |||
}} | |||
/> | |||
) : !isLoading && totalAgents === 0 ? ( | |||
) : ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix a blinking on the agent list page when there is no agents
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, works as described 👍
@elasticmachine merge upstream |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
Summary
Resolves #72717 #72531
Fix enrollment key selection in the agent enrollment flyout.
Also I named all the
useEffect
function to act as documentation as it started to be hard to understand all the dependencies and what effect is doing what.How to reproduce the bug
UI Change