Description of problem: when you open the details of a centos instance from the service UI, the centos icon will not be visible on the top left corner and an error will be logged in the production log that it cannot find the file os-linux_centos.svg. the file exists, but is named os-centos.svg; renaming it fixes the issue. Version-Release number of selected component (if applicable): cfme-appliance-common-5.10.1.2-1.el7cf.x86_64 cfme-gemset-5.10.1.2-2.el7cf.x86_64 cfme-5.10.1.2-3.el7cf.x86_64 cfme-appliance-5.10.1.2-1.el7cf.x86_64 rubygem-redhat_access_cfme-2.0.3-1.el7cf.noarch How reproducible: always Steps to Reproduce: 1. login to the self service UI and view the details of an instance/VM with Centos OS 2. 3. Actual results: OS image icon is not visible on the top right corner Expected results: OS image icon should show the centos logo Additional info:
Created attachment 1551275 [details] VM Screenshots from SUI
Created attachment 1551471 [details] issue displayed I have attached a video showing the issue
New commit detected on ManageIQ/manageiq-ui-service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/e88bf7967078ed5267d40232b72b56288210aeba commit e88bf7967078ed5267d40232b72b56288210aeba Author: Martin Hradil <mhradil> AuthorDate: Wed Apr 3 05:02:46 2019 -0400 Commit: Martin Hradil <mhradil> CommitDate: Wed Apr 3 05:02:46 2019 -0400 Fix centos image filename have a service with an associated *centos* vm, open the service in My Services, click on the VM detail, an icon is missing in the leftmost card. The file was named `os-centos.svg`, but `vm.os_image_name` says `linux_centos`, so we need `os-linux_centos.svg` Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1687059 client/assets/images/os/os-centos.svg | 31 - client/assets/images/os/os-linux_centos.svg | 31 + 2 files changed, 31 insertions(+), 31 deletions(-)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:4199