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

UI: CSI namespace bugs #7896

Merged
merged 2 commits into from
May 11, 2020
Merged

UI: CSI namespace bugs #7896

merged 2 commits into from
May 11, 2020

Commits on May 9, 2020

  1. Changing namespaces now situationally redirects to jobs or volumes

    Changing namespaces can be done anywhere in the app even though many
    Nomad resources aren't namespace-sensitive (e.g., clients, plugins).
    
    A user changing namespaces is an intent to reset context, "now I want
    to begin a task that relates to Namespace X". Where that task begins
    used to always be the Jobs list, since it was the only namespace
    sensitive resource. Now with CSI Volumes, "square 1" is Volumes if the
    namespace is changed from a storage page.
    DingoEatingFuzz committed May 9, 2020
    Configuration menu
    Copy the full SHA
    c5b1fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804029c View commit details
    Browse the repository at this point in the history