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

[3/4] git commit: updated refs/heads/4.4 to a951b51

CLOUDSTACK-6867: Added option to upload the volume in VHDX format

(cherry picked from commit 2e49ef73bfcb548cf19d1230f00a0510b7d09150)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2c5f352e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2c5f352e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2c5f352e

Branch: refs/heads/4.4
Commit: 2c5f352e94e071113ae1bbf74435662568902043
Parents: ef0cec9
Author: Anshul Gangwar <an...@citrix.com>
Authored: Tue Jun 10 16:43:40 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Fri Jun 13 12:40:29 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2c5f352e/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index 2660aa5..74d0201 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'
                                             });