mirror of https://github.com/apache/cloudstack.git
UI: Fix Volume Snapshot from user VM as admin (#6824)
This commit is contained in:
parent
6a0c9079ed
commit
79e5e7fe36
|
|
@ -119,7 +119,7 @@ export default {
|
||||||
fetchData () {
|
fetchData () {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|
||||||
api('listVolumes', { virtualMachineId: this.resource.id })
|
api('listVolumes', { virtualMachineId: this.resource.id, listall: true })
|
||||||
.then(json => {
|
.then(json => {
|
||||||
this.listVolumes = json.listvolumesresponse.volume || []
|
this.listVolumes = json.listvolumesresponse.volume || []
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue