mirror of https://github.com/apache/cloudstack.git
UI: list vms with details=min when attach a volume to vm (#9634)
This commit is contained in:
parent
97c1a86b64
commit
dda9ef2dc8
|
|
@ -110,7 +110,8 @@ export default {
|
|||
},
|
||||
fetchData () {
|
||||
var params = {
|
||||
zoneid: this.resource.zoneid
|
||||
zoneid: this.resource.zoneid,
|
||||
details: 'min'
|
||||
}
|
||||
if (this.resource.hypervisor && this.resource.hypervisor !== 'None') {
|
||||
params.hypervisor = this.resource.hypervisor
|
||||
|
|
|
|||
Loading…
Reference in New Issue