浏览代码

AMBARI-3154. ZKFailoverController should be shown as a component that can be started/stopped in Host Details page. (onechiporenko)

Oleg Nechiporenko 11 年之前
父节点
当前提交
e49551d1b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-web/app/models/host_component.js

+ 1 - 0
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;