Skip to content
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

Query Browser: Simplify Query Browser link URL logic #3678

Commits on Dec 5, 2019

  1. Query Browser: Simplify Query Browser link URL logic

    Don't automatically switch to the Dev perspective when the user can't
    access the Monitoring UI. Instead, navigate to the Dev perspective
    version of the page, but leave the perspective set to Administrator (so
    the page still loads, but the sidebar entry is not highlighted).
    
    For the Dev perspective, stop getting the namespace from
    `getActiveNamespace` because we can just link to `/metrics` and it will
    automatically redirect to add the active namespace to the URL (or to
    `/metrics/all-namespaces` if there is no active namespace).
    kyoto committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    3b29b72 View commit details
    Browse the repository at this point in the history