Repository: ambari Updated Branches: refs/heads/branch-1.5.0 73b6b830f -> a1ea2258f
AMBARI-5185 Unable to delete host even when all host components are in INIT state. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a1ea2258 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a1ea2258 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a1ea2258 Branch: refs/heads/branch-1.5.0 Commit: a1ea2258fbc4ec695f7b6ef3297de18ee9ef2622 Parents: 73b6b83 Author: aBabiichuk <[email protected]> Authored: Mon Mar 24 17:38:26 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Mon Mar 24 17:46:27 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/main/host/details.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a1ea2258/ambari-web/app/controllers/main/host/details.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/host/details.js b/ambari-web/app/controllers/main/host/details.js index f4b2068..95ac8e2 100644 --- a/ambari-web/app/controllers/main/host/details.js +++ b/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 = [];
