Bug 1640594
| Summary: | [RFE] Use migration plan status cards as selection controls | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Michael Ro <micro> |
| Component: | V2V | Assignee: | Brett Thurber <bthurber> |
| Status: | CLOSED ERRATA | QA Contact: | Kedar Kulkarni <kkulkarn> |
| Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.10.0 | CC: | fdupont, simaishi, smallamp |
| Target Milestone: | GA | Keywords: | FutureFeature |
| Target Release: | 5.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.0.21 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-07 23:03:55 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: | |||
|
Description
Michael Ro
2018-10-18 11:27:17 UTC
New commit detected on ManageIQ/manageiq-v2v/hammer: https://github.com/ManageIQ/manageiq-v2v/commit/3871da83102c33504e74ad0531a9031c870fa064 commit 3871da83102c33504e74ad0531a9031c870fa064 Author: Aparna Karve <aparna.karve> AuthorDate: Fri Oct 19 15:02:13 2018 -0400 Commit: Aparna Karve <aparna.karve> CommitDate: Fri Oct 19 15:02:13 2018 -0400 Merge pull request #720 from michaelkro/563-clickable-aggregate-cards [#563] Clickable aggregate cards on Overview (cherry picked from commit 8361fac0e54d4dbf9b8aa905e1737be7bfb118c9) https://bugzilla.redhat.com/show_bug.cgi?id=1640594 app/javascript/react/screens/App/Overview/Overview.js | 93 +- app/javascript/react/screens/App/Overview/components/AggregateCards/ActiveTransformationPlans/ActiveTransformationPlans.js | 28 +- app/javascript/react/screens/App/Overview/components/AggregateCards/AggregateCards.scss | 4 + app/javascript/react/screens/App/Overview/components/AggregateCards/ArchivedTransformationPlans/ArchivedTransformationPlans.js | 53 + app/javascript/react/screens/App/Overview/components/AggregateCards/FinishedTransformationPlans/FinishedTransformationPlans.js | 21 +- app/javascript/react/screens/App/Overview/components/AggregateCards/InfrastructureMappings/InfrastructureMappings.js | 44 - app/javascript/react/screens/App/Overview/components/AggregateCards/NotStartedTransformationPlans/NotStartedTransformationPlans.js | 21 +- app/javascript/react/screens/App/Overview/components/AggregateCards/index.js | 4 +- app/javascript/react/screens/App/Overview/components/Migrations/Migrations.js | 39 +- app/javascript/react/screens/App/Overview/components/Migrations/__test__/Migrations.test.js | 24 - 10 files changed, 171 insertions(+), 160 deletions(-) On build 5.10.0.23, Dropdown is removed in lieu of cards on the top being interactive. 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-2019:0212 |