Bug 1879623
Summary: | Acronym in the object badge for CR instance should expand to 4 chars as other objects | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | tony.wu | ||||||
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 4.6 | CC: | aos-bugs, jokerman, spadgett, yapei | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 4.6.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: |
Version: 4.6.0-0.nightly-2020-09-16-062819
Cluster ID: 34585dba-2586-4685-8464-8b3a559bcb79
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
|
|||||||
Last Closed: | 2020-10-27 16:41:47 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Created attachment 1715507 [details]
Verification screenshot
Refer to the verification screenshot, this could be Verified on 4.6.0-0.nightly-2020-09-20-184226 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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196 |
Created attachment 1715107 [details] badge-acronym-collide Description of problem: Currently the console only takes the first 3 uppercase characters from the CR Kind for the badge. However, for some CRD with longer `spec.name.kind`, they often get the same first 3 uppercase characters in their badges. It's noticed console does have some badges use 4 chars in the “Search” page dropdown menu, e.g. `ConsoleExternalLogLink` use `CELL`. Let's apply this also to CR instances as well. Version-Release number of selected component (if applicable): OCP 4.6 How reproducible: 100% Steps to Reproduce: 1. Install "ServiceMesh" from 'OperatorHub' page 2. Go to 'Search' page and find "ServiceMeshMember" and "ServiceMeshMemberRoll" resource types Actual results: "ServiceMeshMember" and "ServiceMeshMemberRoll" both use "SMM" in the badge. Expected results: "ServiceMeshMember" use "SMM", and "ServiceMeshMemberRoll" use "SMMR" in the badge Additional info: