You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/08/23 20:08:26 UTC

git commit: AMBARI-3010. NameNode HA Wizard: host progress popup should show component name for ZKFC tasks. (akovalenko via yusaku)

Updated Branches:
  refs/heads/trunk 43a04e4ca -> de61875d1


AMBARI-3010. NameNode HA Wizard: host progress popup should show component name for ZKFC tasks. (akovalenko via yusaku)


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

Branch: refs/heads/trunk
Commit: de61875d14814dde4d07d204df030393058ab780
Parents: 43a04e4
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Aug 23 11:07:55 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Aug 23 11:08:13 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/de61875d/ambari-web/app/utils/helper.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js
index f234035..60961dc 100644
--- a/ambari-web/app/utils/helper.js
+++ b/ambari-web/app/utils/helper.js
@@ -335,6 +335,8 @@ App.format = {
         return 'HCFS Service Check';
       case 'FLUME_SERVER':
         return 'Flume Agent';
+      case 'ZKFC':
+        return 'ZKFailoverController';
     }
   },