Bug 1416093
Summary: | Same value gets repeated multiple times on Y-axis of C&U graphs | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> | ||||
Component: | UI - OPS | Assignee: | Robin Knaur <rknaur> | ||||
Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.7.0 | CC: | dclarizi, hkataria, jhardy, mpovolny, obarenbo, rknaur, simaishi | ||||
Target Milestone: | GA | Keywords: | ZStream | ||||
Target Release: | 5.7.1 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | ui:c&u | ||||||
Fixed In Version: | 5.7.1.0 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1383821 | Environment: | |||||
Last Closed: | 2017-02-27 19:30:28 UTC | Type: | --- | ||||
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: | |||||||
Bug Depends On: | 1383821 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Comment 2
CFME Bot
2017-01-24 15:20:56 UTC
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/b32eddbc3fda5ec1752c385eaf69c80ab4712279 commit b32eddbc3fda5ec1752c385eaf69c80ab4712279 Author: Dan Clarizio <dclarizi> AuthorDate: Mon Nov 21 15:30:46 2016 -0800 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Jan 24 10:19:39 2017 -0500 Merge pull request #12782 from hayesr/fix_byte_suffixes Revert size suffixes to decimal version. (cherry picked from commit 64101f46133c88a03cad21e29a4f76629ef15b56) https://bugzilla.redhat.com/show_bug.cgi?id=1416093 bower.json | 2 +- spec/javascripts/miq_formatters_spec.js | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/8a5f4d5217e9ea09512febd6e596fabc6560ccc6 commit 8a5f4d5217e9ea09512febd6e596fabc6560ccc6 Author: Martin Hradil <himdel> AuthorDate: Tue Jan 24 13:35:25 2017 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Jan 24 10:48:01 2017 -0500 Merge pull request #40 from PanSpagetka/miq_pr_13289 Fix repeating values on Y-axis of C&U charts (cherry picked from commit 9cb01d3f54e697d57c7267c5268797b57c7a3c68) https://bugzilla.redhat.com/show_bug.cgi?id=1416093 app/assets/javascripts/miq_application.js | 27 ++++++- app/assets/javascripts/miq_c3.js | 117 ++++++++++++++++++++++++++++++ lib/report_formatter/c3.rb | 6 +- 3 files changed, 144 insertions(+), 6 deletions(-) Created attachment 1250948 [details]
screen shot of C&U graphs with repeated values on Y-axis
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://rhn.redhat.com/errata/RHSA-2017-0320.html New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/e48874e8c6c39b04d93d1371d06d12b3448cb215 commit e48874e8c6c39b04d93d1371d06d12b3448cb215 Author: Martin Povolny <mpovolny> AuthorDate: Tue Feb 28 15:23:01 2017 +0100 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Mar 9 14:27:44 2017 -0500 Merge pull request #509 from PanSpagetka/fix-cu-chart-precision Fix C&U chart precision (cherry picked from commit f6db1338a2be907893a3d444a9eb251c891d0e82) https://bugzilla.redhat.com/show_bug.cgi?id=1416093 app/assets/javascripts/miq_c3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |