Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: make Metrics and SQL timepicker align
Previously, the timepicker from Metrics page and the timepicker on SQL Activity pages acted independently. Now, if the value of one changes, the other value changes to the same period selected. This commit also fixes a bug where the period selected would change to a custom value if the Metrics page was refreshed. Fixes cockroachdb#78187 Fixes cockroachdb#82152 Release note (ui change): The period selected on the Metrics page and the SQL Activity pages are now aligned. If the user changes in one page, the value will be the same for the other. Release note (bug fix): The period selected continues the same when refreshing the page, no longer changing to a custom period.
- Loading branch information