Browse Source

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

Xi Wang 9 years ago
parent
commit
521995f4a9

+ 2 - 2
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',