mirror of
https://github.com/apache/cloudstack
synced 2026-08-06 02:47:10 +00:00
CLOUDSTACK-6867: Added option to upload the volume in VHDX format
This commit is contained in:
parent
ebff469b46
commit
2e49ef73bf
@ -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
Block a user