-
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
Migrates all security and spaces usage of deprecated Eui Page components #167078
Migrates all security and spaces usage of deprecated Eui Page components #167078
Conversation
2585389
to
fd7e63f
Compare
…-ref HEAD~1..HEAD --fix'
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
@@ -21,7 +21,7 @@ interface CreateRoleMappingButtonProps { | |||
export const CreateRoleMappingButton = ({ history }: CreateRoleMappingButtonProps) => { | |||
return ( | |||
<EuiButton | |||
iconType="plusInCircle" | |||
iconType="plusInCircleFilled" |
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 is just to make this page consistent with our other pages. It is unrelated to the main changes of the PR.
Pinging @elastic/kibana-security (Team:Security) |
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!
@MichaelMarcialis Could you review the updated UI layout? |
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!
Closes #161419
Summary
Replaces deprecated EuiPage*_Deprecated components with the suggested replacement components (see issue).
Visual Difference
The only UI that is noticeably affected is the User Profile page. The spacing and header font size are slightly different from the previous implementation, however, it is consistent with other
Eui/KibanaPageTemplate
pages.Previous render:
New render:
Applicable Tests