forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrates all security and spaces usage of deprecated Eui Page compone…
…nts (elastic#167078) Closes elastic#161419 ## Summary Replaces deprecated EuiPage*_Deprecated components with the suggested replacement components (see [issue](elastic#161419)). ### 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: <img width="1391" alt="Screenshot 2023-09-22 at 1 27 27 PM" src="https://github.com/elastic/kibana/assets/103939324/58d2a86e-63b7-4c7d-bcf1-2071290d25b2"> New render: <img width="1286" alt="Screenshot 2023-09-22 at 2 56 44 PM" src="https://github.com/elastic/kibana/assets/103939324/0f2b3e38-8ea3-4daf-8937-03e47474658c"> ### Applicable Tests - x-pack/plugins/security/public/account_management/user_profile/user_profile.test.tsx - x-pack/plugins/security/public/management/users/users_grid/users_grid_page.test.tsx - x-pack/plugins/spaces/public/management/edit_space/manage_space_page.test.tsx - x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.test.tsx - x-pack/plugins/security/public/management/roles/roles_grid/roles_grid_page.test.tsx (for permission denied) --------- Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
1 parent
d4b7a48
commit 90faf2b
Showing
7 changed files
with
79 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 31 additions & 28 deletions
59
...s/security/public/management/roles/roles_grid/__snapshots__/roles_grid_page.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters