You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/03 13:49:25 UTC

git commit: updated refs/heads/master to 2aae10b

Updated Branches:
  refs/heads/master 45681c57f -> 2aae10bb6


CLOUDSTACK-2029:Zone wide primary storage for VMware


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

Branch: refs/heads/master
Commit: 2aae10bb6469626f3523e31b84557ed53d8502c0
Parents: 45681c5
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Jun 3 17:04:39 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Mon Jun 3 17:04:39 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2aae10bb/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index ba7168b..80dd0bf 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -11382,7 +11382,7 @@
                     select:function(args){
                          var items=[];
                         items.push({ id: 'KVM', description: _l('KVM') });
-                        items.push({ id: 'VMWARE', description: _l('VMware') });
+                        items.push({ id: 'VMware', description: _l('VMware') });
 
                       args.response.success({
                         data: items