This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.19 by this push:
     new dda9ef2dc83 UI: list vms with details=min when attach a volume to vm 
(#9634)
dda9ef2dc83 is described below

commit dda9ef2dc83645686e44d8cdfeb7cebe5ac78376
Author: Wei Zhou <weiz...@apache.org>
AuthorDate: Wed Sep 4 18:44:19 2024 +0200

    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

Reply via email to