Created attachment 1170649 [details] Screenshot of the bug Description of problem: <label class="control-label col-md-2"> used instead of <div class="form-horizontal"> Version-Release number of selected component (if applicable): 5.6.0.11-rc2.2.20160614152915_f315c68 How reproducible: Always Steps to Reproduce: 1. Navigate to Control->Explorer. 2. Expand Alert accordion. 3. Create an Alert with SNMP. Actual results: The resulted alert has wrong html markup in SNMP section. Expected results: SNMP section should look correctly.
Eric, Looks like need to fix HAML tags in https://github.com/ManageIQ/manageiq/blob/master/app/views/miq_policy/_alert_details.html.haml#L191 block. Let me know if you have questions. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq/pull/9364
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/de453cf572a16bc835cbaf4efe84ec95c24cfe41 commit de453cf572a16bc835cbaf4efe84ec95c24cfe41 Author: Eric Hayes <eric> AuthorDate: Wed Jun 22 10:35:41 2016 -0700 Commit: Eric Hayes <eric> CommitDate: Thu Jun 23 07:57:01 2016 -0700 Fix markup to correctly display SNMP traps https://bugzilla.redhat.com/show_bug.cgi?id=1348908 app/views/miq_policy/_alert_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/ManageIQ/manageiq/pull/9370
Fixed and verified in 5.7.0.0.20160906172503_12f65cb. The markup in SNMP section of an alert looks normally.
*** Bug 1357817 has been marked as a duplicate of this bug. ***