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 10:33:15 UTC

[2/3] git commit: updated refs/heads/master to b43036d

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