Revert "AMBARI-18903. Implement Create Alerts: Create a base wizard for all 
steps.(xiwang)"

This reverts commit 521995f4a9884ee62bd92f9f226b152f0155afc9.


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

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 40fde4a65a4d21477db53d402af422348f1821eb
Parents: be8354a
Author: Xi Wang <xiw...@apache.org>
Authored: Tue Nov 29 17:22:39 2016 -0800
Committer: Xi Wang <xiw...@apache.org>
Committed: Tue Nov 29 17:23:52 2016 -0800

----------------------------------------------------------------------
 .../main/alerts/alert_definitions_actions_controller.js          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/40fde4a6/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 ad239c6..f3f0387 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
@@ -27,12 +27,12 @@ App.MainAlertDefinitionActionsController = 
Em.ArrayController.extend({
    * @type {{title: string, icon: string, action: string, showDivider: 
boolean}[]}
    */
   content: [
-    {
+    /*{
       title: Em.I18n.t('alerts.actions.create'),
       icon: 'icon-plus',
       action: 'createNewAlertDefinition',
       showDivider: true
-    },
+    },*/
     {
       title: Em.I18n.t('alerts.actions.manageGroups'),
       icon: 'icon-th-large',

Reply via email to