-
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
[Fleet] fix platform selector css #205598
Conversation
Pinging @elastic/fleet (Team:Fleet) |
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.
Thanks for fixing! 🚀
Starting backport for target branches: 8.x |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
## Summary Fix error that came when clicking on Add agent in Fleet Before: ![image](https://github.com/user-attachments/assets/0fb8e8ec-565e-41a0-bdbb-857585bcdad4) After: <img width="1690" alt="image" src="https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab" /> (cherry picked from commit 8113ddf)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Fleet] fix platform selector css (#205598)](#205598) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-06T16:19:42Z","message":"[Fleet] fix platform selector css (#205598)\n\n## Summary\r\n\r\nFix error that came when clicking on Add agent in Fleet\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/0fb8e8ec-565e-41a0-bdbb-857585bcdad4)\r\n\r\n\r\nAfter:\r\n<img width=\"1690\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab\"\r\n/>","sha":"8113ddfb30458ed36a902e11f127432c433db2dc","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor"],"title":"[Fleet] fix platform selector css","number":205598,"url":"https://github.com/elastic/kibana/pull/205598","mergeCommit":{"message":"[Fleet] fix platform selector css (#205598)\n\n## Summary\r\n\r\nFix error that came when clicking on Add agent in Fleet\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/0fb8e8ec-565e-41a0-bdbb-857585bcdad4)\r\n\r\n\r\nAfter:\r\n<img width=\"1690\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab\"\r\n/>","sha":"8113ddfb30458ed36a902e11f127432c433db2dc"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205598","number":205598,"mergeCommit":{"message":"[Fleet] fix platform selector css (#205598)\n\n## Summary\r\n\r\nFix error that came when clicking on Add agent in Fleet\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/0fb8e8ec-565e-41a0-bdbb-857585bcdad4)\r\n\r\n\r\nAfter:\r\n<img width=\"1690\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab\"\r\n/>","sha":"8113ddfb30458ed36a902e11f127432c433db2dc"}}]}] BACKPORT--> Co-authored-by: Julia Bardi <[email protected]>
## Summary Fix error that came when clicking on Add agent in Fleet Before: ![image](https://github.com/user-attachments/assets/0fb8e8ec-565e-41a0-bdbb-857585bcdad4) After: <img width="1690" alt="image" src="https://github.com/user-attachments/assets/70df4792-aab9-4230-8f7b-55eeb0ef57ab" />
Summary
Fix error that came when clicking on Add agent in Fleet
Before:
After: