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.
[Index Management] Fix breadcrumbs for index details tabs (elastic#17…
…7743) ## Summary Fixes elastic#177722 This PR fixes a bug that index details tabs added via extensions service (currently only ILM on stateful and Documents on serverless search) didn't update breadcrumbs. The suggested solution is to set the breadcrumb to the tab's label with an option to specify another text for the breadcrumb if needed. ### How to test #### Stateful 1. Navigate to Index Management 2. In the filters enable hidden indices and select "Lifecycle status: managed" 3. Click on any index and click on the "Index lifecycle" tab 4. Check that the breadcrumb is correctly set ### Screenshots <img width="1640" alt="Screenshot 2024-02-23 at 18 05 45" src="https://github.com/elastic/kibana/assets/6585477/f112f1fd-b2dd-4bd1-9cc1-cb172b827c07"> #### Serverless 1. Start a serverless search project (`yarn es serverless --projectType=es --ssl` and `yarn serverless-es --ssl`) 2. Navigate to index management and open any index 3. Open the documents tab 4. Check that the breadcrumb is correctly set ### Screenshots <img width="1638" alt="Screenshot 2024-03-04 at 14 40 31" src="https://github.com/elastic/kibana/assets/6585477/256929ed-2571-494f-b2ab-7a4d34baf485">
- Loading branch information
Showing
12 changed files
with
75 additions
and
94 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
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
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