You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by de...@apache.org on 2014/06/13 09:28:37 UTC

[2/4] git commit: updated refs/heads/4.4-forward to 2dc9e2c

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 <an...@citrix.com>
Authored: Tue Jun 10 16:43:40 2014 +0530
Committer: Devdeep Singh <de...@gmail.com>
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'
                                             });