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.
[TableListView] Improve help text of creator and view count (elastic#…
…202488) ## Summary This PR brings back version mentions in help text for non-serverless that we removed in elastic#193024. In that PR we decided that it is not worth adding complexity for checking `isServerless` deep inside table list view components, but I want to bring version mentions back now because I believe that it can be very confusing without the version mentions for existing deployments Two recent features: 1. created_by; 2. view counts are only working since 8.14 and 8.16 respectively, so for older kibana with old dashboards it might be confusing that the data for new features is missing after the upgrade. In help text we can at least mention that the reason that data is missing is because we only gather the data starting from a specific version. ### Serverless (version mentions are missing as before) ![Screenshot 2024-12-06 at 12 39 50](https://github.com/user-attachments/assets/4ad2cd23-3aa7-4400-a5bd-419407f2fad2) ![Screenshot 2024-12-03 at 11 59 09](https://github.com/user-attachments/assets/c56de5d3-1afb-411f-bdbd-419025ef9084) ### Statefull (version are shown again, just like before elastic#193024) ![Screenshot 2024-12-06 at 13 03 58](https://github.com/user-attachments/assets/24ea67a5-8a32-45b0-9a4f-2890aaf7ded5) ![Screenshot 2024-12-06 at 13 04 04](https://github.com/user-attachments/assets/8f91d32b-457f-4fd7-882a-d2dd9a3476f4) ![Screenshot 2024-12-03 at 14 11 09](https://github.com/user-attachments/assets/47ea1f8a-1a7b-4aa6-af81-206c6f2d087e) # Release Notes Improve help text of creator and view count features on dashboard listing page
- Loading branch information
1 parent
34af8c3
commit 5262649
Showing
16 changed files
with
160 additions
and
48 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
Oops, something went wrong.