Bug 1382714
| Summary: | Dashboard widgets don't really zoom in | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jan Krocil <jkrocil> | ||||
| Component: | UI - OPS | Assignee: | Robin Knaur <rknaur> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.7.0 | CC: | hkataria, jhardy, mpovolny, obarenbo | ||||
| Target Milestone: | GA | Flags: | jkrocil:
automate_bug-
|
||||
| Target Release: | 5.8.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | dashboard | ||||||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-05-31 14:22:02 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/a6fc195d5f66ede9c4ed096597057fab25e88c4e commit a6fc195d5f66ede9c4ed096597057fab25e88c4e Author: PanSpagetka <rknaur> AuthorDate: Wed Nov 23 14:26:11 2016 +0100 Commit: PanSpagetka <rknaur> CommitDate: Wed Nov 23 14:49:34 2016 +0100 Fix Dashboard chart zoom https://bugzilla.redhat.com/show_bug.cgi?id=1382714 app/assets/javascripts/miq_application.js | 6 ++++++ app/assets/stylesheets/template.scss | 5 +++-- app/helpers/c3_helper.rb | 1 + app/helpers/charting_helper.rb | 2 +- app/views/dashboard/_zoomed_chart.html.haml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) Verified in 5.8.0.3.20170301174324_1e2e0c4, widget zoom works correctly. 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-2017:1367 |
Created attachment 1208156 [details] Chart widget, zoomed in Description of problem: The widgets don't zoom in, on the contrary, if they are not the same size, they are even smaller than the original widget on the dashboard. See screenshot. Version-Release number of selected component (if applicable): 5.7.0.4 How reproducible: Always Steps to Reproduce: 1. Add provider to populate default dashboard widgets 2. Zoom the widget in Actual results: Zoomed widget is the same size or smaller than the original. Expected results: Zoomed widget should be bigger and offer information in more detail. Additional info: