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:
Brian Federle 2012-05-22 11:19:19 -07:00
parent cbbed24ef4
commit f4b70e5f6e

View File

@ -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' });