Bug 1430159
Summary: | [RFE] Ability to print PDF of right size recommendation for single VM | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | myoder |
Component: | UI - OPS | Assignee: | Dávid Halász <dhalasz> |
Status: | CLOSED ERRATA | QA Contact: | Tasos Papaioannou <tpapaioa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.7.0 | CC: | hkataria, jhardy, jocarter, lavenel, mpovolny, obarenbo, simaishi, tpapaioa |
Target Milestone: | GA | Keywords: | FutureFeature, RFE |
Target Release: | 5.11.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-12 13:33:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
myoder
2017-03-08 00:13:48 UTC
New commits detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/00a6caf8d0cf9185511fe79ad8b81809a5b2fff8 commit 00a6caf8d0cf9185511fe79ad8b81809a5b2fff8 Author: Dávid Halász <dhalasz> AuthorDate: Tue Feb 19 02:47:54 2019 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Tue Feb 19 02:47:54 2019 -0500 Create a new route for printing right size recommendations https://bugzilla.redhat.com/show_bug.cgi?id=1430159 app/controllers/vm_common.rb | 15 + app/views/vm_common/_right_size.html.haml | 2 +- config/routes.rb | 2 + 3 files changed, 18 insertions(+), 1 deletion(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/8d60e8a3c5afdbe80fc28f258c98698c3d3ef13f commit 8d60e8a3c5afdbe80fc28f258c98698c3d3ef13f Author: Dávid Halász <dhalasz> AuthorDate: Tue Feb 19 02:48:07 2019 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Tue Feb 19 02:48:07 2019 -0500 Add a new toolbar and button for printing right size recommendations Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1430159 app/controllers/vm_common.rb | 2 + app/helpers/application_helper/toolbar/right_size_view.rb | 13 + 2 files changed, 15 insertions(+) Verified on 5.11.0.3. 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-2019:4199 |