You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2016/04/29 21:27:35 UTC

ambari git commit: AMBARI-16168. Capitalize HAWQ and PXF on service check. (Goutam Tadi via adenissov)

Repository: ambari
Updated Branches:
  refs/heads/trunk b90a77a06 -> 3a5ae334b


AMBARI-16168. Capitalize HAWQ and PXF on service check. (Goutam Tadi via adenissov)


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

Branch: refs/heads/trunk
Commit: 3a5ae334b9ffc819685420903aaba06cb9d6ec90
Parents: b90a77a
Author: Alexander Denissov <ad...@pivotal.io>
Authored: Fri Apr 29 12:26:43 2016 -0700
Committer: Alexander Denissov <ad...@pivotal.io>
Committed: Fri Apr 29 12:26:43 2016 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/helper.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3a5ae334/ambari-web/app/utils/helper.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js
index 3cffc09..7ab131c 100644
--- a/ambari-web/app/utils/helper.js
+++ b/ambari-web/app/utils/helper.js
@@ -498,7 +498,9 @@ App.format = {
     'UI': 'UI',
     'ZKFC': 'ZKFailoverController',
     'ZOOKEEPER': 'ZooKeeper',
-    'ZOOKEEPER_QUORUM_SERVICE_CHECK': 'ZK Quorum Service Check'
+    'ZOOKEEPER_QUORUM_SERVICE_CHECK': 'ZK Quorum Service Check',
+    'HAWQ': 'HAWQ',
+    'PXF': 'PXF'
   },
 
   /**