Repository: ambari Updated Branches: refs/heads/branch-2.1 80735acf8 -> 4e6576299
MBARI-11975. When there are components in INSTALL_FAILED state UI seems to be issuing wrong command to INSTALL them (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4e657629 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4e657629 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4e657629 Branch: refs/heads/branch-2.1 Commit: 4e65762999a5af830c310eb2f68b32f70f9ab56e Parents: 80735ac Author: Alex Antonenko <hiv...@gmail.com> Authored: Wed Jun 17 18:48:06 2015 +0300 Committer: Alex Antonenko <hiv...@gmail.com> Committed: Wed Jun 17 19:08:05 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4e657629/ambari-web/app/controllers/wizard.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/app/controllers/wizard.js index 6693ff7..6ae7a66 100644 --- a/ambari-web/app/controllers/wizard.js +++ b/ambari-web/app/controllers/wizard.js @@ -359,14 +359,14 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM data = { context: Em.I18n.t('requestInfo.installComponents'), HostRoles: {"state": "INSTALLED"}, - urlParams: "HostRoles/state=INSTALLED" - } + urlParams: "HostRoles/desired_state=INSTALLED" + }; } else { data = { context: Em.I18n.t('requestInfo.installServices'), ServiceInfo: {"state": "INSTALLED"}, urlParams: "ServiceInfo/state=INIT" - } + }; } var clusterStatus = {