diff --git a/pom.xml b/pom.xml
index 1acea98096f..ff6cac2ff6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
10.1
2.6.6
0.6.0
- 0.5.1
+ 0.5.2
0.10.2
3.4.4_1
4.0.1
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