Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/pages/import/history/components/import_history_app.vue')
-rw-r--r--app/assets/javascripts/pages/import/history/components/import_history_app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/import/history/components/import_history_app.vue b/app/assets/javascripts/pages/import/history/components/import_history_app.vue
index 94fa40cc700..a0ff3ded3f5 100644
--- a/app/assets/javascripts/pages/import/history/components/import_history_app.vue
+++ b/app/assets/javascripts/pages/import/history/components/import_history_app.vue
@@ -65,10 +65,10 @@ export default {
key: 'created_at',
label: __('Date'),
}),
+
tableCell({
key: 'status',
label: __('Status'),
- tdAttr: { 'data-qa-selector': 'import_status_indicator' },
}),
],