Bug 1545828
Summary: | Labels for secrets not displayed in web UI | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Deven Phillips <deven.phillips> | ||||||
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 3.7.0 | CC: | aos-bugs, jhadvig, jokerman, mmccomas, spadgett, xiaocwan | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 3.9.0 | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
Previously the secrets page in the web console did not display labels. You can now view the labels for a secret like other resources.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2018-03-28 14:28:16 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 1396636 [details]
Service page showing the `app=label`
Mostly, this is just an UX inconsistency which should be addressed. Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/258ff13469197a7cff2cbcbed3aa537481178725 Bug 1545828: Labels for secrets are not displayed https://github.com/openshift/origin-web-console/commit/48d25add2758392068eeb67e38466e8c53f63a64 Merge pull request #2805 from jhadvig/bz1545828 Automatic merge from submit-queue. Bug 1545828: Labels for secrets are not displayed @spadgett PTAL Labels are displayed on Resources > Secrets page. Verified on OpenShift Master: v3.9.0-0.45.0 OpenShift Web Console: v3.9.0-0.47.0 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-2018:0489 |
Created attachment 1396625 [details] Secrets page which is devoid of labels Description of problem: In the OpenShift web console on 3.7 and earlier, the page for Secrets does not show the labels as they are shown for other resources. Version-Release number of selected component (if applicable): <=3.7 How reproducible: Whenever there is a secret which is labelled Steps to Reproduce: 1. Log on to OpenShift web console 2. Navigate to "Other Resources -> Secrets" 3. Click on a secret 4. No labels are shown Actual results: No label boxes are shown Expected results: Label boxes are shown as they are for other resources Additional info: