Repository: ambari Updated Branches: refs/heads/trunk 699a42f44 -> 49a14e4f8
AMBARI-6428. NameNode HA wizard: Start JournalNode action fails on "Configure Components" page. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/49a14e4f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/49a14e4f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/49a14e4f Branch: refs/heads/trunk Commit: 49a14e4f85a6f11aca198b9c204348c894b24512 Parents: 699a42f Author: Jaimin Jetly <[email protected]> Authored: Tue Jul 8 17:09:51 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Jul 8 17:09:51 2014 -0700 ---------------------------------------------------------------------- .../controllers/main/admin/highAvailability/progress_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/49a14e4f/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js index dfb3b5d..973129b 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js @@ -307,7 +307,7 @@ App.HighAvailabilityProgressPageController = App.HighAvailabilityWizardControlle var state = context.toLowerCase() == "start" ? "STARTED" : "INSTALLED"; for (var i = 0; i < hostName.length; i++) { App.ajax.send({ - name: 'common.host.host_components.update', + name: 'common.host.host_component.update', sender: this, data: { context: context + " " + App.format.role(componentName),
