CS-14905: volume page - Attach Disk action - Instance dropdown - populate only instances whose hypervisor matches this volume's hypervisor.

This commit is contained in:
Jessica Wang 2012-05-15 15:19:15 -07:00
parent 5a5be77d37
commit 57365be63b
1 changed files with 2 additions and 1 deletions

View File

@ -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) {