Merge release branch 4.17 to main

* 4.17:
  UI: Fix Volume Snapshot from user VM as admin (#6824)
This commit is contained in:
Daan Hoogland 2022-10-20 11:14:43 +02:00
commit ce84336ef6
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export default {
fetchData () {
this.loading = true
api('listVolumes', { virtualMachineId: this.resource.id })
api('listVolumes', { virtualMachineId: this.resource.id, listall: true })
.then(json => {
this.listVolumes = json.listvolumesresponse.volume || []
})