CLOUDSTACK-6867: Added option to upload the volume in VHDX format
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ea3930a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7ea3930a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7ea3930a Branch: refs/heads/master Commit: 7ea3930ae9770c2c52749de9a523f007b80d8b24 Parents: 66d1eb9 Author: Anshul Gangwar <[email protected]> Authored: Tue Jun 10 16:43:40 2014 +0530 Committer: Devdeep Singh <[email protected]> Committed: Fri Jun 13 13:26:16 2014 +0530 ---------------------------------------------------------------------- ui/scripts/storage.js | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7ea3930a/ui/scripts/storage.js ---------------------------------------------------------------------- diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 45890b0..df1c998 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -306,6 +306,10 @@ description: 'VHD' }); items.push({ + id: 'VHDX', + description: 'VHDX' + }); + items.push({ id: 'OVA', description: 'OVA' });
