Browse Source

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

aBabiichuk 12 năm trước cách đây
mục cha
commit
733f8f910a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 = [];