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/2e49ef73
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2e49ef73
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2e49ef73

Branch: refs/heads/4.4-forward
Commit: 2e49ef73bfcb548cf19d1230f00a0510b7d09150
Parents: ebff469
Author: Anshul Gangwar <[email protected]>
Authored: Tue Jun 10 16:43:40 2014 +0530
Committer: Devdeep Singh <[email protected]>
Committed: Fri Jun 13 12:15:02 2014 +0530

----------------------------------------------------------------------
 ui/scripts/storage.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2e49ef73/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index 604f09d..0a2d1dc 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'
                                             });

Reply via email to