Explorar o código

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

Oleg Nechiporenko %!s(int64=12) %!d(string=hai) anos
pai
achega
e49551d1b6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 'HBASE_REGIONSERVER':
       case 'GANGLIA_MONITOR':
       case 'GANGLIA_MONITOR':
       case 'NODEMANAGER':
       case 'NODEMANAGER':
+      case 'ZKFC':
         return true;
         return true;
       default:
       default:
         return false;
         return false;