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

Disk dropdown not populating in UI #161

Open
jacdavi opened this issue Nov 22, 2023 · 0 comments
Open

Disk dropdown not populating in UI #161

jacdavi opened this issue Nov 22, 2023 · 0 comments

Comments

@jacdavi
Copy link
Contributor

jacdavi commented Nov 22, 2023

The disk dropdown in StoppedExperiment.vue is not populating with the selected disk. The dropdown does contain the list of all disks though.

It looks like the issue is that the dropdown option list contains full image paths (e.g., /path/to/image.qcow2) while prop.row.disk is just an image name (e.g., image.qcow2). So since it doesn't match any options, it remains blank.

I think the issue arose with this commit. The call to util.GetMMFullPath was removed. Adding that back fixes things.

I also see that function is still used in Get just not List.

I can create a PR with the change, just wasn't sure if I was missing context

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

No branches or pull requests

1 participant