-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cluster-ui: derive app name from route parameter in cluster-ui #70999
Conversation
26621c8
to
a6f99c0
Compare
Wait I thought we switched to using query params from route params for app name? |
@Azhng We did for the statement details page, this is for the statements page. I think we should really just use a query parameter here too, though. |
a6f99c0
to
3dd506d
Compare
Fixes: cockroachdb#70998 Release justification: category 2 Previously, we were deriving the selected app name from the query string parameter in for the statements page in the cluster-ui package. The selected app name should be derived from the route parameter for the statements page. Release note (bug fix): the selected app name in the statements page is now derived from the route parameters.
3dd506d
to
cb31d8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained
bors r=maryliag |
Build succeeded: |
Fixes: #70998
Release justification: category 2
Previously, we were deriving the selected app name from the
query string parameter in for the statements page in the
cluster-ui package. The selected app name should be derived from
the route parameter for the statements page.
Release note (bug fix): the selected app name in the statements page
is now derived from the route parameters.