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.
[Infra UI][Stack Monitoring] Migrate EuiPage*_Depracated usage (elast…
…ic#161870) closes [elastic#161404](elastic#161404) ## Summary This PR replaces the usage of `EuiPage*_Depracated` with their equivalent components Some usages of `EuiPageContent_Deprecated` have been replaced with `EuiPanel` because they were displayed as panels, and the recommended `EuiPageSection` component did not render in the same manner. e.g: <img width="1690" alt="image" src="https://github.com/elastic/kibana/assets/2767137/b86db831-e79e-4be0-918f-f3b25803e990"> code: https://github.com/elastic/kibana/pull/161870/files#diff-72520cac696197524aff32e2b92a0acabe1898067c6985786fa5ac250a40ac1cR122 ### How to test - Start a local Kibana with metricbeat monitoring Beats, Kibana, Elasticsearch and Logstash - Navigate to Stack Monitoring and click through the links - Compare the UI (loading and error states included) with what's currently in https://edge-oblt.kb.us-west2.gcp.elastic-cloud.com/ - Navigate to Infra UI and go to node details - Compare the UI (loading and error states included) with what's currently in https://edge-oblt.kb.us-west2.gcp.elastic-cloud.com/ --------- Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
5dc538d
commit 71fae6e
Showing
47 changed files
with
1,007 additions
and
1,093 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
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
13 changes: 0 additions & 13 deletions
13
x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layout_content.tsx
This file was deleted.
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
Oops, something went wrong.