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 <pranav.sax...@citrix.com>
Authored: Mon Jun 3 17:04:39 2013 +0530
Committer: Pranav Saxena <pranav.sax...@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

Reply via email to