AMBARI-4561. Falcon Client install task shows up as just "install" rather than "Falcon Client install". (yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f221f7f8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f221f7f8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f221f7f8 Branch: refs/heads/trunk Commit: f221f7f8da4121e915c076ad785354c7b2758127 Parents: dbb625e Author: Yusaku Sako <[email protected]> Authored: Fri Feb 7 14:20:22 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Feb 7 14:33:04 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/utils/helper.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f221f7f8/ambari-web/app/utils/helper.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js index 85996c5..4399314 100644 --- a/ambari-web/app/utils/helper.js +++ b/ambari-web/app/utils/helper.js @@ -137,6 +137,7 @@ App.format = { 'DECOMMISSION_DATANODE': 'Update Exclude File', 'DRPC_SERVER': 'DRPC Server', 'FALCON': 'Falcon', + 'FALCON_CLIENT': 'Falcon Client', 'FALCON_SERVER': 'Falcon Server', 'FALCON_SERVICE_CHECK': 'Falcon Service Check', 'FLUME_SERVER': 'Flume Agent',
