Author: srimanth
Date: Thu Jun 6 20:19:53 2013
New Revision: 1490426
URL: http://svn.apache.org/r1490426
Log:
AMBARI-2297. YARN_SERVICE_CHECK task does not show properly. (Andrii Tkach via
srimanth)
Modified:
incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js?rev=1490426&r1=1490425&r2=1490426&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
(original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js Thu
Jun 6 20:19:53 2013
@@ -326,6 +326,8 @@ App.format = {
return 'Pig Check';
case 'MAPREDUCE2_SERVICE_CHECK':
return 'MapReduce2 Check';
+ case 'YARN_SERVICE_CHECK':
+ return 'YARN Check';
case 'SQOOP':
return 'Sqoop';
case 'SQOOP_SERVICE_CHECK':