mirror of https://github.com/apache/cloudstack.git
CS-14905: volume page - Attach Disk action - Instance dropdown - populate only instances whose hypervisor matches this volume's hypervisor.
This commit is contained in:
parent
5a5be77d37
commit
57365be63b
|
|
@ -602,7 +602,8 @@
|
|||
$.ajax({
|
||||
url: createURL('listVirtualMachines'),
|
||||
data: $.extend(data, {
|
||||
state: this.toString()
|
||||
state: this.toString(),
|
||||
hypervisor: args.context.volumes[0].hypervisor
|
||||
}),
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue