Created attachment 1512244 [details] broken img Description of problem: Fonticons are broken on the Alerts Overview screen Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. to go Monitoring > Alerts > Overview 2. Observe the card(s) under Production 3. Actual results: Shows a broken image Expected results: Should show a properly rendered fonticon Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/5059
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/437622359b2240928dbf90012aee2aa8fe78fb32 commit 437622359b2240928dbf90012aee2aa8fe78fb32 Author: Dávid Halász <dhalasz> AuthorDate: Thu Dec 6 14:46:24 2018 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Thu Dec 6 14:46:24 2018 -0500 Do not try to display icon as image on Monitoring -> Alerts cards Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1656990 app/views/shared/views/_show_alerts_overview.html.haml | 3 +- 1 file changed, 1 insertion(+), 2 deletions(-)
New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/f5e9261a19912c25c86aeaa5ae35b8392720b159 commit f5e9261a19912c25c86aeaa5ae35b8392720b159 Author: Milan Zázrivec <mzazrivec> AuthorDate: Fri Dec 7 02:49:04 2018 -0500 Commit: Milan Zázrivec <mzazrivec> CommitDate: Fri Dec 7 02:49:04 2018 -0500 Merge pull request #5059 from skateman/alert-card-image Do not try to display icon as image on Monitoring -> Alerts cards (cherry picked from commit ae780ebd508b791876c3e66a7dd82b08f4f5cb3d) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1656990 app/views/shared/views/_show_alerts_overview.html.haml | 3 +- 1 file changed, 1 insertion(+), 2 deletions(-)
Verified in 5.10.0.29.20181211195209_fd990a9. Steps of verification: 1) Prepare appliance with a fired alert 2) Navigate to Monitor->Alerts->Overview page 3) Verified that no icon is displayed as an image on Monitor->Alerts cards