mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack
This commit is contained in:
commit
e0f0e9d016
|
|
@ -11382,7 +11382,7 @@
|
|||
select:function(args){
|
||||
var items=[];
|
||||
items.push({ id: 'KVM', description: _l('KVM') });
|
||||
items.push({ id: 'VMWARE', description: _l('VMware') });
|
||||
items.push({ id: 'VMware', description: _l('VMware') });
|
||||
|
||||
args.response.success({
|
||||
data: items
|
||||
|
|
|
|||
Loading…
Reference in New Issue