Bug 1642175
Summary: | [RFE] Add sorting, filtering and pagination to Migration Plan list views | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Mike Turley <mturley> |
Component: | V2V | Assignee: | Brett Thurber <bthurber> |
Status: | CLOSED ERRATA | QA Contact: | Angelina Vasileva <anikifor> |
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.10.0 | CC: | anikifor, fdupont, simaishi, smallamp |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.22 | 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
Mike Turley
2018-10-23 21:29:05 UTC
GH Issue: https://github.com/ManageIQ/manageiq-v2v/issues/724 GH PR: https://github.com/ManageIQ/manageiq-v2v/pull/729 New commit detected on ManageIQ/manageiq-v2v/hammer: https://github.com/ManageIQ/manageiq-v2v/commit/bdf14946f90a21e4306316760887d68ac31066ac commit bdf14946f90a21e4306316760887d68ac31066ac Author: Michael Ro <mikerodev> AuthorDate: Thu Oct 25 12:32:16 2018 -0400 Commit: Michael Ro <mikerodev> CommitDate: Thu Oct 25 12:32:16 2018 -0400 Merge pull request #729 from mturley/724-filter-paginate-plans [#724] Add sorting, filtering and pagination to Migration Plan list views (cherry picked from commit 9424f1250709d8b2ca982e0ac865d4df3171655e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1642175 app/javascript/react/screens/App/Mappings/components/InfrastructureMappingsList/InfrastructureMappingsList.js | 30 +- app/javascript/react/screens/App/Overview/Overview.js | 32 +- app/javascript/react/screens/App/Overview/components/Migrations/Migrations.js | 17 +- app/javascript/react/screens/App/Overview/components/Migrations/Migrations.scss | 12 - app/javascript/react/screens/App/Overview/components/Migrations/MigrationsCompletedList.js | 300 +- app/javascript/react/screens/App/Overview/components/Migrations/MigrationsConstants.js | 23 + app/javascript/react/screens/App/Overview/components/Migrations/MigrationsInProgressCards.js | 5 +- app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js | 253 +- app/javascript/react/screens/App/Overview/components/Migrations/__test__/MigrationsNotStartedList.test.js | 6 +- app/javascript/react/screens/App/common/ListViewToolbar/ListViewToolbar.js | 21 +- 10 files changed, 435 insertions(+), 264 deletions(-) Verified in 5.10.0.22.20181030184024_26956a0. 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 |