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

release-20.1: ui: fix Overview screen in OSS builds #64126

Merged
merged 1 commit into from May 11, 2021

Commits on May 11, 2021

  1. ui: fix Overview screen in OSS builds

    Previously, when using OSS builds (created with `make buildoss`), when
    you loading the DB Console in your browser, you'd get "Page Not Found".
    The route for the overview page was missing the leading '/'.  This bug
    appears to have been introduced in
    722c932.
    
    Release note (admin ui change): This fixes a bug where users of
    the OSS builds of CockroachDB would see "Page Not Found" when loading
    the Console.
    jclulow authored and koorosh committed May 11, 2021
    Configuration menu
    Copy the full SHA
    885f9f4 View commit details
    Browse the repository at this point in the history