Repository: ambari Updated Branches: refs/heads/trunk d9b91a7fc -> 89cdb711e
AMBARI-5545. Installer wizard: start all services request have a task with no label. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/89cdb711 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/89cdb711 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/89cdb711 Branch: refs/heads/trunk Commit: 89cdb711e6cc463733fab1868a9d637f2e226443 Parents: d9b91a7 Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Apr 23 18:56:00 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Apr 23 18:56:00 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/utils/helper.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/89cdb711/ambari-web/app/utils/helper.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js index 58e0f44..9b7297b 100644 --- a/ambari-web/app/utils/helper.js +++ b/ambari-web/app/utils/helper.js @@ -296,6 +296,7 @@ App.format = { 'FALCON_SERVER': 'Falcon Server', 'FALCON_SERVICE_CHECK': 'Falcon Service Check', 'FLUME_HANDLER': 'Flume Agent', + 'FLUME_SERVICE_CHECK': 'Flume Service Check', 'GANGLIA_MONITOR': 'Ganglia Monitor', 'GANGLIA_SERVER': 'Ganglia Server', 'GLUSTERFS_CLIENT': 'GLUSTERFS Client',
