Skip to content
Snippets Groups Projects

CE Improve import status table UI

Closed Luke Bennett requested to merge import-go-to-project-cta into master
9 unresolved threads
Compare and Show latest version
17 files
+ 74
46
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -52,8 +52,9 @@
{{ s__('ImportProjectsProjects|Select the projects you want to import') }}
</p>
<loading-button
container-class="btn btn-success"
:loading="isImportingAnyRepo"
:label="s__('ImportProjects|Import all repositories')"
:label="__('Import all repositories')"
type="button"
@click="importAll"
/>
@@ -72,10 +73,10 @@
From {{ providerTitle }}
</th>
<th class="import-jobs-to-col">
{{ s__('ImportProjects|To GitLab') }}
{{ __('To GitLab') }}
</th>
<th class="import-jobs-status-col">
{{ s__('ImportProjects|Status') }}
{{ __('Status') }}
</th>
<th class="import-jobs-cta-col"></th>
</thead>
Loading