Bug 1744172
| Summary: | MIG UI: Select all checkbox needed to select all namespaces on a page at once | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Roshni <rpattath> |
| Component: | Migration Tooling | Assignee: | Erik Nelson <ernelson> |
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.0 | CC: | chezhang, ibolton, mifiedle, sregidor |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-30 04:44:54 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: | |||
Fixed by https://github.com/fusor/mig-ui/pull/503, available in :latest UI image. Xin Jiang, Please help to verify since Roshni is in vacation. Thanks. Verified. 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:3151 |
Description of problem: MIG UI: Select all checkbox needed to select all namespaces on a page at once. Version-Release number of selected component (if applicable): # oc describe pod/migration-ui-78864fbcfc-mn286 -n openshift-migration-operator| grep Image Image: quay.io/ocpmigrate/mig-ui:latest Image ID: quay.io/ocpmigrate/mig-ui@sha256:94c28ae24865174480b92e4a62bf5e886e94c6f3236ec84a1f80f9bd3b044f6a # oc describe pod/migration-operator-d6c49d6b-zg222 -n openshift-migration-operator| grep Image Image: quay.io/ocpmigrate/mig-operator:latest Image ID: quay.io/ocpmigrate/mig-operator@sha256:e81b8ee3ae8572b6562e308ee7b7b74e86a6914f1468830cd1f5d8e0372f1888 How reproducible: always Steps to Reproduce: 1. Have OCP 3 cluster ready with around 100 projects to be migrated. 2. On OCP 4: git clone https://github.com/fusor/mig-operator oc create -f operator.yml oc create -g controller.yml 3. Access the migration web ui. 4. Add the remote cluster and storage. 5. Open the migration plan wizard. Actual results: When selecting namespaces there is no "Select All" checkbox to select all the namespace on a page. Expected results: As easier way to select a bulk of namespaces. Additional info: