mirror of https://github.com/apache/cloudstack.git
CS-15045
commit 7859d289debae622a15fdb6bda854a8936fd35cb
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Tue May 22 23:29:31 2012 +0530
UI does not support RAW format when hypervisor used is OVM in upload volumes
This commit is contained in:
parent
cbbed24ef4
commit
f4b70e5f6e
|
|
@ -207,6 +207,7 @@
|
|||
label: 'label.format',
|
||||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({ id: 'RAW', description: 'RAW' });
|
||||
items.push({ id: 'VHD', description: 'VHD' });
|
||||
items.push({ id: 'OVA', description: 'OVA' });
|
||||
items.push({ id: 'QCOW2', description: 'QCOW2' });
|
||||
|
|
|
|||
Loading…
Reference in New Issue