Repository: ambari Updated Branches: refs/heads/trunk 9f3d1c9c1 -> cdc7e0cc6
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/cdc7e0cc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cdc7e0cc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cdc7e0cc Branch: refs/heads/trunk Commit: cdc7e0cc6349a6aecd06184fe66c1eb06f1c6176 Parents: 9f3d1c9 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed Jul 6 15:38:26 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed Jul 6 15:38:26 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/cdc7e0cc/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/cdc7e0cc/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 0e38171..2a90752 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -3142,6 +3142,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 ' +
