UI: list vms with details=min when attach a volume to vm (#9634)

This commit is contained in:
Wei Zhou 2024-09-04 18:44:19 +02:00 committed by GitHub
parent 97c1a86b64
commit dda9ef2dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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