Bug 1687059
Summary: | centos icon not visible due to misspelled file name | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ahmed El-Rayess <aelrayes> | ||||||
Component: | UI - Service | Assignee: | Martin Hradil <mhradil> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> | ||||||
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||||
Priority: | low | ||||||||
Version: | 5.10.1 | CC: | bmidwood, dmetzger, lavenel, mhradil, obarenbo, sbulage, simaishi | ||||||
Target Milestone: | GA | ||||||||
Target Release: | 5.11.0 | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 5.11.0.2 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-12-12 13:36:02 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: | |||||||||
Attachments: |
|
Description
Ahmed El-Rayess
2019-03-09 07:24:38 UTC
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 |