mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6867: Added option to upload the volume in VHDX format
This commit is contained in:
parent
66d1eb92f0
commit
7ea3930ae9
|
|
@ -305,6 +305,10 @@
|
|||
id: 'VHD',
|
||||
description: 'VHD'
|
||||
});
|
||||
items.push({
|
||||
id: 'VHDX',
|
||||
description: 'VHDX'
|
||||
});
|
||||
items.push({
|
||||
id: 'OVA',
|
||||
description: 'OVA'
|
||||
|
|
|
|||
Loading…
Reference in New Issue