-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infra UI] Fix page content reload when date picker has relative dates (
#165462) closes #165194 ## Summary This PR fixes the problem with the Asset Details not reloading its content when date-picker had relative dates. **flyout** https://github.com/elastic/kibana/assets/2767137/3823f587-c743-41d7-aa05-75b3e072ef4c **full-page** https://github.com/elastic/kibana/assets/2767137/4a246ddd-6b7e-4650-834b-97d2db0740d5 I've also changed all the charts to receive absolute date ranges. If they used relative dates, `now` will be calculated when each chart starts loading, this could change significantly if there is a delay between loading each individual chart. ### How to test - Start a local Kibana instance - Navigate to Infrastructure > Hosts - Open the flyout, change the date picker's end-date to `now` and submit (do that one more time) - Open the full page, change the date picker's end-date to `now` and submit (do that one more time) --------- Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
28c72c4
commit a057a88
Showing
14 changed files
with
123 additions
and
87 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
Oops, something went wrong.