소스 검색

AMBARI-5185 Unable to delete host even when all host components are in INIT state. (ababiichuk)

aBabiichuk 11 년 전
부모
커밋
d94b1d05c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ambari-web/app/controllers/main/host/details.js

+ 1 - 0
ambari-web/app/controllers/main/host/details.js

@@ -1050,6 +1050,7 @@ App.MainHostDetailsController = Em.Controller.extend({
     var stoppedStates = [App.HostComponentStatus.stopped,
                          App.HostComponentStatus.install_failed,
                          App.HostComponentStatus.upgrade_failed,
+                         App.HostComponentStatus.init,
                          App.HostComponentStatus.unknown];
     var masterComponents = [];
     var runningComponents = [];