Repository: ambari
Updated Branches:
  refs/heads/trunk fcccee374 -> d94b1d05c


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/d94b1d05
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d94b1d05
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d94b1d05

Branch: refs/heads/trunk
Commit: d94b1d05c316ae66709e6b6189a6d84815f6a505
Parents: fcccee3
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Mon Mar 24 17:36:31 2014 +0200
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Mon Mar 24 17:47:15 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/d94b1d05/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 = [];

Reply via email to