mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.17 to main
* 4.17: UI: Fix Volume Snapshot from user VM as admin (#6824)
This commit is contained in:
commit
ce84336ef6
|
|
@ -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 || []
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue