You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/01/29 04:32:26 UTC

[3/3] git commit: AMBARI-4449. Minor label change for Tez. (yusaku)

AMBARI-4449. Minor label change for Tez. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9eb89a2f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9eb89a2f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9eb89a2f

Branch: refs/heads/trunk
Commit: 9eb89a2fa1ce20259ab373819fe35122c63e581d
Parents: 4a008bd
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Jan 28 19:26:33 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Jan 28 19:32:06 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/data/service_components.js | 2 +-
 ambari-web/app/data/services.js           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9eb89a2f/ambari-web/app/data/service_components.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/service_components.js b/ambari-web/app/data/service_components.js
index 4590f07..232b328 100644
--- a/ambari-web/app/data/service_components.js
+++ b/ambari-web/app/data/service_components.js
@@ -103,7 +103,7 @@ module.exports = new Ember.Set([
   {
     service_name: 'TEZ',
     component_name: 'TEZ_CLIENT',
-    display_name: 'TEZ Client',
+    display_name: 'Tez Client',
     isMaster: false,
     isClient: true,
     description: ''

http://git-wip-us.apache.org/repos/asf/ambari/blob/9eb89a2f/ambari-web/app/data/services.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/services.js b/ambari-web/app/data/services.js
index 8da8346..ca696a7 100644
--- a/ambari-web/app/data/services.js
+++ b/ambari-web/app/data/services.js
@@ -62,7 +62,7 @@ module.exports = [
   },
   {
     serviceName: 'TEZ',
-    displayName: 'TEZ',
+    displayName: 'Tez',
     isDisabled: false,
     isSelected: true,
     canBeSelected: true,