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

Add UI for volumes #1683

Closed
Tracked by #1782
r4victor opened this issue Sep 13, 2024 · 0 comments · Fixed by #1795
Closed
Tracked by #1782

Add UI for volumes #1683

r4victor opened this issue Sep 13, 2024 · 0 comments · Fixed by #1795
Assignees

Comments

@r4victor
Copy link
Collaborator

Similar to Runs and Fleets UI,, there should be a UI for viewing volumes:

  • Project->Volumes
  • Administration->Volumes

Implementation details

#1519 added API endpoint /api/volumes/list/ for listing volumes across projects that can be used for the Administration->Volumes UI. The Administration->Volumes UI can look like Administration->Runs except that it won't have a user filter (not supported by the API).

Columns: NAME PROJECT BACKEND REGION STATUS CREATED PRICE

The Project->Volumes UI can use the same /api/volumes/list/ endpoint with project filter. It doesn't need to show the PROJECT column.

Notes:

  • If volume["deleted"], then show STATUS as Deleted even if volume["status"] is different.
@peterschmidt85 peterschmidt85 mentioned this issue Oct 3, 2024
45 tasks
olgenn added a commit that referenced this issue Oct 3, 2024
olgenn added a commit that referenced this issue Oct 7, 2024
olgenn added a commit that referenced this issue Oct 7, 2024
* Add UI for volumes #1683

* Add UI for volumes #1683
olgenn added a commit that referenced this issue Oct 7, 2024
olgenn added a commit that referenced this issue Oct 7, 2024
* Add UI for volumes #1683

* Add UI for volumes #1683

* Add UI for volumes #1683
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants