Repository: ambari Updated Branches: refs/heads/branch-2.4 8c6ce1760 -> ac81d92b6
AMBARI-17569: Update config update message for Activate HAWQ Standby wizard (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ac81d92b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac81d92b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac81d92b Branch: refs/heads/branch-2.4 Commit: ac81d92b6331ea9ead2a51e4fd6ca0f00cacd242 Parents: 8c6ce17 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed Jul 6 16:01:51 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed Jul 6 16:01:51 2016 -0700 ---------------------------------------------------------------------- .../highAvailability/hawq/activateStandby/step3_controller.js | 2 +- ambari-web/app/messages.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ac81d92b/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js index 326b704..333fd2d 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js +++ b/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js @@ -88,7 +88,7 @@ App.ActivateHawqStandbyWizardStep3Controller = App.HighAvailabilityProgressPageC data.items[0].properties[property.name] = property.value; }); - var configData = this.reconfigureSites([params.type], data, Em.I18n.t('admin.addHawqStandby.step4.save.configuration.note').format(App.format.role('HAWQSTANDBY', false))); + var configData = this.reconfigureSites([params.type], data, Em.I18n.t('admin.activateHawqStandby.step4.save.configuration.note').format(App.format.role('HAWQSTANDBY', false))); App.ajax.send({ name: 'common.service.configurations', http://git-wip-us.apache.org/repos/asf/ambari/blob/ac81d92b/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 0d74670..ce3177f 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -3129,6 +3129,7 @@ Em.I18n.translations = { 'admin.activateHawqStandby.wizard.step2.hawqMaster': '<b>Current HAWQ Master:</b>', 'admin.activateHawqStandby.wizard.step2.hawqStandby': '<b>Current HAWQ Standby Master:</b>', 'admin.activateHawqStandby.wizard.step2.toBeActivated': 'TO BE ACTIVATED AS NEW HAWQ MASTER', + 'admin.activateHawqStandby.step4.save.configuration.note': 'This configuration is created by Activate HAWQ Standby wizard', 'admin.activateHawqStandby.wizard.step2.confirm.config.body': '<div class="alert alert-info">' + '<b>Review Configuration Changes.</b><br/><br/>The Wizard will make the following configuration changes. '+ 'This information is for review only, and cannot be edited.<br/><br/><b>After activating the HAWQ Standby ' +
