Updated Branches: refs/heads/trunk f0f76f280 -> e49551d1b
AMBARI-3154. ZKFailoverController should be shown as a component that can be started/stopped in Host Details page. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/e49551d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/e49551d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/e49551d1 Branch: refs/heads/trunk Commit: e49551d1b68f9067e05a444c2ec4e3f92fac76af Parents: f0f76f2 Author: Oleg Nechiporenko <[email protected]> Authored: Tue Sep 10 13:30:00 2013 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Tue Sep 10 13:30:00 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/models/host_component.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e49551d1/ambari-web/app/models/host_component.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/host_component.js b/ambari-web/app/models/host_component.js index ecef6f4..ea33df9 100644 --- a/ambari-web/app/models/host_component.js +++ b/ambari-web/app/models/host_component.js @@ -70,6 +70,7 @@ App.HostComponent = DS.Model.extend({ case 'HBASE_REGIONSERVER': case 'GANGLIA_MONITOR': case 'NODEMANAGER': + case 'ZKFC': return true; default: return false;
