Repository: ambari Updated Branches: refs/heads/trunk 0e73da6ef -> bf0397d7f
AMBARI-17674. Installer: Sometimes retry action performs correctly on second try. (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bf0397d7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bf0397d7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bf0397d7 Branch: refs/heads/trunk Commit: bf0397d7feda5f5ef06192c2908d221a078fd9af Parents: 0e73da6 Author: Alex Antonenko <[email protected]> Authored: Tue Jul 12 17:01:40 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Jul 12 19:02:19 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bf0397d7/ambari-web/app/controllers/wizard.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/app/controllers/wizard.js index 3bf3c05..2eab760 100644 --- a/ambari-web/app/controllers/wizard.js +++ b/ambari-web/app/controllers/wizard.js @@ -415,7 +415,7 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM data = { context: Em.I18n.t('requestInfo.installComponents'), HostRoles: {"state": "INSTALLED"}, - urlParams: "HostRoles/desired_state!=INSTALLED" + urlParams: "HostRoles/desired_state=INSTALLED&HostRoles/state!=INSTALLED" }; } else { data = {
