-
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
[Infra] Remove beta badge from hosts #191664
[Infra] Remove beta badge from hosts #191664
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
LGTM. Thanks for the bugfix. Left just one small improvement suggestion on the service name dropdown.
@@ -46,7 +46,7 @@ const TitleWithPopoverMessage = ({ | |||
embeddableId: string; | |||
}) => { | |||
return ( | |||
<EuiFormLabel className="controlFrame__formControlLayoutLabel" htmlFor={embeddableId}> | |||
<EuiFormLabel htmlFor={embeddableId}> | |||
<EuiFlexGroup alignItems="center" gutterSize="xs"> |
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.
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.
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Closes #191163
Summary
This PR removes the
beta
label from hosts viewin Inventory
in the menu and page title
in the settings
Small bugfix
I saw that a class added to the service control label was causing a wrong negative left margin and it bugged me so I fixed it here 😅: