This is an automated email from the ASF dual-hosted git repository.
asnaik pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 8d8503c [AMBARI-25317] : Updating incorrect css class name for
different popups(cherry-pick to branch-2.7) (#3024)
8d8503c is described below
commit 8d8503c718593cae8cae13c58e4405c0fd719501
Author: Viraj Jasani <[email protected]>
AuthorDate: Tue Oct 1 12:15:16 2019 +0530
[AMBARI-25317] : Updating incorrect css class name for different
popups(cherry-pick to branch-2.7) (#3024)
---
.../app/controllers/main/alerts/alert_definitions_actions_controller.js | 2 +-
ambari-web/app/controllers/main/alerts/definition_details_controller.js | 2 +-
ambari-web/app/controllers/main/service/item.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
b/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
index bca0d22..51ed84a 100644
---
a/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
+++
b/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
@@ -220,7 +220,7 @@ App.MainAlertDefinitionActionsController =
Em.ArrayController.extend({
var configProperties =
App.router.get('clusterController.clusterEnv.properties');
return App.ModalPopup.show({
- classNames: ['fourty-percent-width-modal'],
+ classNames: ['forty-percent-width-modal'],
header: Em.I18n.t('alerts.actions.manageSettings'),
primary: Em.I18n.t('common.save'),
secondary: Em.I18n.t('common.cancel'),
diff --git
a/ambari-web/app/controllers/main/alerts/definition_details_controller.js
b/ambari-web/app/controllers/main/alerts/definition_details_controller.js
index 55d7e2b..0a78f78 100644
--- a/ambari-web/app/controllers/main/alerts/definition_details_controller.js
+++ b/ambari-web/app/controllers/main/alerts/definition_details_controller.js
@@ -280,7 +280,7 @@ App.MainAlertDefinitionDetailsController =
Em.Controller.extend({
var alertsRepeatTolerance =
App.router.get('clusterController.clusterEnv.properties.alerts_repeat_tolerance')
|| "1";
return App.ModalPopup.show({
- classNames: ['fourty-percent-width-modal'],
+ classNames: ['forty-percent-width-modal'],
header: Em.I18n.t('alerts.actions.editRepeatTolerance.header'),
primary: Em.I18n.t('common.save'),
secondary: Em.I18n.t('common.cancel'),
diff --git a/ambari-web/app/controllers/main/service/item.js
b/ambari-web/app/controllers/main/service/item.js
index 94e37a3..a1a80c5 100644
--- a/ambari-web/app/controllers/main/service/item.js
+++ b/ambari-web/app/controllers/main/service/item.js
@@ -829,7 +829,7 @@ App.MainServiceItemController =
Em.Controller.extend(App.SupportClientConfigsDow
rebalanceHdfsNodes: function () {
var controller = this;
App.ModalPopup.show({
- classNames: ['fourty-percent-width-modal'],
+ classNames: ['forty-percent-width-modal'],
header:
Em.I18n.t('services.service.actions.run.rebalanceHdfsNodes.context'),
primary: Em.I18n.t('common.start'),
secondary: Em.I18n.t('common.cancel'),