diff --git a/src/views/compute/DestroyVM.vue b/src/views/compute/DestroyVM.vue index 9c8b98285..638097d29 100644 --- a/src/views/compute/DestroyVM.vue +++ b/src/views/compute/DestroyVM.vue @@ -97,7 +97,8 @@ export default { api('listVolumes', { virtualMachineId: this.resource.id, type: 'DATADISK', - details: 'min' + details: 'min', + listall: 'true' }).then(json => { this.volumes = json.listvolumesresponse.volume || [] }).finally(() => {