2021-02-15 10:08:59 -05:00
|
|
|
- add_to_breadcrumbs _('New group'), new_group_path
|
2020-12-15 07:10:17 -05:00
|
|
|
- add_page_specific_style 'page_bundles/import'
|
|
|
|
- breadcrumb_title _('Import groups')
|
|
|
|
|
2020-12-15 10:09:59 -05:00
|
|
|
#import-groups-mount-element{ data: { status_path: status_import_bulk_imports_path(format: :json),
|
|
|
|
available_namespaces_path: import_available_namespaces_path(format: :json),
|
2021-01-29 10:09:40 -05:00
|
|
|
create_bulk_import_path: import_bulk_imports_path(format: :json),
|
2021-02-16 13:09:24 -05:00
|
|
|
jobs_path: realtime_changes_import_bulk_imports_path(format: :json),
|
2021-02-24 10:11:10 -05:00
|
|
|
source_url: @source_url,
|
|
|
|
group_path_regex: Gitlab::PathRegex::NAMESPACE_FORMAT_REGEX_JS } }
|