Bug 1551503
| Summary: | Add Donut char to Dashboard does not work | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Simon Reber <sreber> | ||||||
| Component: | Management Console | Assignee: | Alexandre Kieling <abrianik> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.5.1 | CC: | aos-bugs, jokerman, mmccomas, simon.gunzenreiner, yapei | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 3.5.z | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
Cause: The "Add Donut char to Dashboard" button is always visible, even when the app doesn't include a dashboard.
Consequence: Clicking on the button doesn't do anything.
Fix: Remove the button.
Result: The feature is not available, as it should be.
|
Story Points: | --- | ||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-04-30 05:00:57 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: |
|
||||||||
The Java console doesn't include the hawtio-dashboard, therefore it doesn't make sense showing buttons that add UI components to the dashboard and the fix to this issue is the removal of the "Add Donut char to Dashboard" button. Pull request: https://github.com/openshift/origin-web-console/pull/2891 "Add Donut char to Dashboard" button is removed from UI,see the attached picture openshift-jvm version: 1.2.7 # openshift version openshift v3.5.5.31.67 kubernetes v1.5.2+43a9be4 etcd 3.1.0 Created attachment 1422872 [details]
"Add Donut char to Dashboard" button is removed from UI
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/RHSA-2018:1235 |
Created attachment 1404245 [details] Screenshot Description of problem: When entering "Open Java Console" for a Java based application running on Red Hat OpenShift Container Platform, the button "Add Donut char to Dashboard" does not do anything. Version-Release number of selected component (if applicable): - atomic-openshift-3.5.5.31.47-1.git.0.25d535c.el7.x86_64 How reproducible: - Always Steps to Reproduce: 1. Open "Open Java Console" 2. Navigate to "java.lang" 3. Choose Memory 4. Click "Add Donut char to Dashboard" on "Heap Memory usage" Actual results: - Nothing is happening Expected results: - Something should happen and one would expect a chart to come-up somewhere. Additional info: See screenshot attached