From dda9ef2dc83645686e44d8cdfeb7cebe5ac78376 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Wed, 4 Sep 2024 18:44:19 +0200 Subject: [PATCH] UI: list vms with details=min when attach a volume to vm (#9634) --- ui/src/views/storage/AttachVolume.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/storage/AttachVolume.vue b/ui/src/views/storage/AttachVolume.vue index de0a2f7e80c..e0aa59a0be6 100644 --- a/ui/src/views/storage/AttachVolume.vue +++ b/ui/src/views/storage/AttachVolume.vue @@ -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