瀏覽代碼

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 = [];