-
Notifications
You must be signed in to change notification settings - Fork 34
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
Hide volume snapshot in "Choose custom volume" model #777
Comments
edlerd
added a commit
to edlerd/lxd-ui
that referenced
this issue
May 23, 2024
…dd to an instance or profile. only show the custom volumes to select from. fixes canonical#777
Thank you for reaching out and reporting this issue. Indeed, this is a bug and can be fixed shortly. |
edlerd
added a commit
to edlerd/lxd-ui
that referenced
this issue
May 23, 2024
…dd to an instance or profile. only show the custom volumes to select from. fixes canonical#777 Signed-off-by: David Edler <[email protected]>
mas-who
pushed a commit
that referenced
this issue
May 23, 2024
…dd to an instance or profile. only show the custom volumes to select from. fixes #777 Signed-off-by: David Edler <[email protected]>
edlerd
added a commit
that referenced
this issue
May 23, 2024
…dd to an instance or profile. only show the custom volumes to select from. fixes #777 Signed-off-by: David Edler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When choose to attach a disk to a container / VM, it opens the "Choose custom volume" model.
The model shows the custom volume with its snapshots. I could expect the snapshot should not be shown here. At least, we should hide them by default and provide a checkbox to show snapshots.
Related code here:
lxd-ui/src/pages/storage/CustomVolumeSelectModal.tsx
Lines 29 to 38 in 487ba59
The text was updated successfully, but these errors were encountered: