Bug 1459506
| Summary: | checkboxes on Control Policies->Event Assignments page aren't grouped/organized | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ievgen Zapolskyi <izapolsk> | ||||
| Component: | UI - OPS | Assignee: | Eric Winchell <ewinchel> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dmitry Misharov <dmisharo> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.8.0 | CC: | cpelland, dmisharo, ewinchel, hkataria, jhardy, mpovolny, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.9.0 | Flags: | izapolsk:
automate_bug-
|
||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | ui:usability:control:policy | ||||||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1461988 (view as bug list) | Environment: | |||||
| Last Closed: | 2018-03-06 15:22:56 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1461988 | ||||||
| Attachments: |
|
||||||
|
Description
Ievgen Zapolskyi
2017-06-07 10:18:29 UTC
Created attachment 1285741 [details]
event checkboxes
Actually the events have alphabetical sort, but it goes from the left to the right :) that's why "VM Power Off Request" and "VM Power Off" in different columns. dmisharo, I noticed this but it doesn't matter. UI interface should be convenient. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c17cabc7fdc480986121784f6f5676013981b52d commit c17cabc7fdc480986121784f6f5676013981b52d Author: Eric Winchell <ewinchel> AuthorDate: Wed Jun 14 14:08:26 2017 -0400 Commit: Eric Winchell <ewinchel> CommitDate: Wed Jun 14 16:56:59 2017 -0400 Update Policy Event Assignment styling https://bugzilla.redhat.com/show_bug.cgi?id=1459506 app/controllers/miq_policy_controller/policies.rb | 4 +--- app/views/miq_policy/_policy_details.html.haml | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 11 deletions(-) Verified in 5.9.0.2.20171010190026_0413a06. Event checkboxes replaced by bootstrap switches and grouped by categories. |