Ver código fonte

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

aBabiichuk 11 anos atrás
pai
commit
d94b1d05c3
1 arquivos alterados com 1 adições e 0 exclusões
  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 = [];