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

Support listing volumes #1959

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jelly
Copy link
Member

@jelly jelly commented Jan 10, 2025

Rought mockup with basic volume listing

image

Let's add a basic listing and then

  • Delete support
  • Showing the size of the volumes
  • Prune volumes
  • Create volume in container

@jelly jelly added the no-test label Jan 10, 2025
@jelly jelly requested a review from garrett January 10, 2025 17:40
@@ -34,6 +34,8 @@
import ContainerHeader from './ContainerHeader.jsx';
import Containers from './Containers.jsx';
import Images from './Images.jsx';
import { Volume } from './Volume.jsx';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import Volume.
@tomasmatus
Copy link
Member

I like this, thanks! Another idea I have is to show which containers use the volume. Maybe a popover for the text in the "Used by" column?

@jelly
Copy link
Member Author

jelly commented Jan 13, 2025

I like this, thanks! Another idea I have is to show which containers use the volume. Maybe a popover for the text in the "Used by" column?

Right we have this for images!

image

So maybe an expandable makes sense here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants