Skip to content

Commit dda9ef2

Browse files
UI: list vms with details=min when attach a volume to vm (#9634)
1 parent 97c1a86 commit dda9ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/views/storage/AttachVolume.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ export default {
110110
},
111111
fetchData () {
112112
var params = {
113-
zoneid: this.resource.zoneid
113+
zoneid: this.resource.zoneid,
114+
details: 'min'
114115
}
115116
if (this.resource.hypervisor && this.resource.hypervisor !== 'None') {
116117
params.hypervisor = this.resource.hypervisor

0 commit comments

Comments
 (0)