mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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
bafc3f2a5a
commit
1347b2218c
@ -602,7 +602,8 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL('listVirtualMachines'),
|
url: createURL('listVirtualMachines'),
|
||||||
data: $.extend(data, {
|
data: $.extend(data, {
|
||||||
state: this.toString()
|
state: this.toString(),
|
||||||
|
hypervisor: args.context.volumes[0].hypervisor
|
||||||
}),
|
}),
|
||||||
async: false,
|
async: false,
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user