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 <[email protected]> Authored: Fri Apr 29 12:26:43 2016 -0700 Committer: Alexander Denissov <[email protected]> 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' }, /**
