Prechádzať zdrojové kódy

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

aBabiichuk 11 rokov pred
rodič
commit
d94b1d05c3

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