소스 검색

AMBARI-3547 Can't delete host when heartbeating is lost. (ababiichuk)

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

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

@@ -679,7 +679,8 @@ App.MainHostDetailsController = Em.Controller.extend({
      }
      var stoppedStates = [App.HostComponentStatus.stopped, 
                           App.HostComponentStatus.install_failed, 
-                          App.HostComponentStatus.upgrade_failed];
+                          App.HostComponentStatus.upgrade_failed,
+                          App.HostComponentStatus.unknown];
      var masterComponents = [];
      var runningComponents = [];
      var unknownComponents = [];