-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53821/
-----------------------------------------------------------
Review request for Ambari, Richard Zang and Yusaku Sako.
Bugs: AMBARI-18903
https://issues.apache.org/jira/browse/AMBARI-18903
Repository: ambari
Description
-------
This is a FE task to implement the "Create Alerts Wizard " based on the design
attached.
This task is to create the the following files so that we have a blank base
wizard as a start point.
*4 controllers* in folder: controllers/main/alerts/create
wizard_controller.js (should extend App.WizardController)
step1_controller.js
step2_controller.js
step3_controller.js
*4 views* in folder: views/main/alerts/create
wizard_view.js (extend sApp.WizardMenuMixin)
step1_view.js
step2_view.js
step3_view.js
*4 templates* in folder: templates/main/alerts/create
wizard.hbs
step1.hbs
step2.hbs
step3.hbs
Diffs
-----
ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js
36bc232
Diff: https://reviews.apache.org/r/53821/diff/
Testing
-------
Thanks,
Xi Wang