Browse Source

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

Oleg Nechiporenko 11 years ago
parent
commit
e49551d1b6
1 changed files with 1 additions and 0 deletions
  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;