You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2016/09/14 18:32:32 UTC

[12/35] ambari git commit: Ambari-18281 Expose Disabling of Alert Targets in Web Client (Vivek Ratnavel Subramanian via zhewang)

Ambari-18281 Expose Disabling of Alert Targets in Web Client (Vivek Ratnavel Subramanian via zhewang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/95957065
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/95957065
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/95957065

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 9595706527b924cb273723fd1906c6a4b5d3d686
Parents: 0d84a7b
Author: Zhe (Joe) Wang <zh...@apache.org>
Authored: Tue Sep 13 13:31:41 2016 -0700
Committer: Zhe (Joe) Wang <zh...@apache.org>
Committed: Tue Sep 13 13:31:41 2016 -0700

----------------------------------------------------------------------
 .../main/alerts/alert_definitions_actions_controller.js       | 2 +-
 ambari-web/app/styles/modal_popups.less                       | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/95957065/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
----------------------------------------------------------------------
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 f3f0387..6ca3e78 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
@@ -196,7 +196,7 @@ App.MainAlertDefinitionActionsController = Em.ArrayController.extend({
         controllerBinding: 'App.router.manageAlertNotificationsController'
       }),
 
-      classNames: ['sixty-percent-width-modal', 'manage-configuration-group-popup'],
+      classNames: ['sixty-percent-width-modal', 'manage-configuration-group-popup', 'manage-alert-notifications-popup'],
 
       secondary: null,
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/95957065/ambari-web/app/styles/modal_popups.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/modal_popups.less b/ambari-web/app/styles/modal_popups.less
index a2343e0..04e7dd4 100644
--- a/ambari-web/app/styles/modal_popups.less
+++ b/ambari-web/app/styles/modal_popups.less
@@ -138,6 +138,13 @@
     }
   }
 }
+
+.manage-alert-notifications-popup {
+  .modal-body {
+    overflow: visible;
+  }
+}
+
 .sixty-percent-width-modal-edit-widget {
   .modal {
     width: 60%;