Skip to content

Commit ce84336

Browse files
committed
Merge release branch 4.17 to main
* 4.17: UI: Fix Volume Snapshot from user VM as admin (#6824)
2 parents 2ca164a + 79e5e7f commit ce84336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/CreateSnapshotWizard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
fetchData () {
120120
this.loading = true
121121
122-
api('listVolumes', { virtualMachineId: this.resource.id })
122+
api('listVolumes', { virtualMachineId: this.resource.id, listall: true })
123123
.then(json => {
124124
this.listVolumes = json.listvolumesresponse.volume || []
125125
})

0 commit comments

Comments
 (0)