From dc03e0cdc3156f28bba746d40d417b6cdae6144e Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Wed, 4 Sep 2024 10:30:53 +0200 Subject: [PATCH] UI: list vms with details=min when attach a volume to vm --- 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 de0a2f7e80cb..e0aa59a0be60 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