You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by as...@apache.org on 2019/10/01 06:45:07 UTC

[ambari] branch trunk updated: [AMBARI-25317] : Updating incorrect css class name for different popups (#3023)

This is an automated email from the ASF dual-hosted git repository.

asnaik pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b066df1  [AMBARI-25317] : Updating incorrect css class name for different popups (#3023)
b066df1 is described below

commit b066df1d3e2683251dc588cddd94fcdcfeaa1178
Author: Viraj Jasani <vi...@gmail.com>
AuthorDate: Tue Oct 1 12:15:02 2019 +0530

    [AMBARI-25317] : Updating incorrect css class name for different popups (#3023)
---
 .../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 8cdd603..0a7f1e3 100644
--- a/ambari-web/app/controllers/main/service/item.js
+++ b/ambari-web/app/controllers/main/service/item.js
@@ -824,7 +824,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'),