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: Always show the file browser for allocations and tasks. #9172

Merged
merged 1 commit into from
Oct 26, 2020

Commits on Oct 26, 2020

  1. Always show the file browser for allocations and tasks.

    Before, we'd show a helpful error message when a task isn't running
    instead of erroring in a generic way. Turns out when an alloc is
    terminal but reachable, the filesystem is left behind so we were hiding
    it.
    
    Now it is always shown and in the event that something errors, it'll
    either be generic, or--more commonly--a 404 of the allocation.
    DingoEatingFuzz committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    05f3bf2 View commit details
    Browse the repository at this point in the history