mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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',
|
label: 'label.format',
|
||||||
select: function(args) {
|
select: function(args) {
|
||||||
var items = [];
|
var items = [];
|
||||||
|
items.push({ id: 'RAW', description: 'RAW' });
|
||||||
items.push({ id: 'VHD', description: 'VHD' });
|
items.push({ id: 'VHD', description: 'VHD' });
|
||||||
items.push({ id: 'OVA', description: 'OVA' });
|
items.push({ id: 'OVA', description: 'OVA' });
|
||||||
items.push({ id: 'QCOW2', description: 'QCOW2' });
|
items.push({ id: 'QCOW2', description: 'QCOW2' });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user