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
10 files
+ 37
26
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -53,7 +53,7 @@
</p>
<loading-button
:loading="isImportingAnyRepo"
:label="s__('ImportProjects|Import all repositories')"
:label="__('Import all repositories')"
type="button"
@click="importAll"
/>
@@ -72,10 +72,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