-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing icons for provider policies & compliance events #94
Conversation
@epwinchell Please review |
@skateman I found one additional screen not using the decorator: https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/views/miq_policy/_event_details.html.haml#L13 |
@epwinchell this should do it: %i{:class => @event.decorate.fonticon} |
Cool, checking... @miq-bot add-label euwe/yes |
@cben PR looks fine |
@miq-bot add_label bug |
Hmm, this won't merge as-is to uewe, miq_event_definition_decorator.rb was much smaller then. However. no, #128 alone does not fix any of those icons. Oops I forgot |
@cben Doing a separate PR for Euwe with just the images should take care of it. |
67db2c1
to
8c23af5
Compare
8c23af5
to
fbf0c84
Compare
Checked commits cben/manageiq-ui-classic@c4bc393~...fbf0c84 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 |
Added inactive policy icon (see last screenshot). Kept Created euwe PR ManageIQ/manageiq#13502. |
Ping, any chance to merge & backport before euwe-2 release? |
Backported to Euwe via ManageIQ/manageiq#13502 |
Followup to ManageIQ/manageiq#11002,
https://bugzilla.redhat.com/show_bug.cgi?id=1411337 (master)
https://bugzilla.redhat.com/show_bug.cgi?id=1411364 (euwe)
Before:
After (this PR only fixes icons, event name fixed in core PR ManageIQ/manageiq#13388):
miq_policy_extmanagementsystem_inactive.png made with red "X" imperfectly stolen from other _inactive icons.