Skip to content

Add bulk_import details page behind a feature flag

What does this MR do and why?

This is behind the feature flag bulk_import_details_page. Add an empty page (mostly reusing the code + components from import_details_app.vue) which will be used to show all failures that occur with a bulk_import entity.

Screenshots or screen recordings

Screenshot_2023-10-24_at_21.10.27

How to set up and validate locally

Go to http://127.0.0.1:3000/import/bulk_imports/details.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #386138 (closed)

Merge request reports