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
9 files
+ 36
20
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -45,7 +45,7 @@ export default {
select2Options() {
return {
data: this.namespaceSelectOptions,
containerCssClass: 'import-namespace-select',
containerCssClass: 'import-namespace-select qa-project-namespace-select',
};
},
},
@@ -73,7 +73,7 @@ export default {
</script>
<template>
<tr>
<tr class="qa-project-import-row">
<td>
<a
:href="repo.providerLink"
@@ -92,7 +92,7 @@ export default {
<input
v-model="newName"
type="text"
class="form-control import-project-name-input"
class="form-control import-project-name-input qa-project-path-field"
/>
</td>
<td>
@@ -101,6 +101,7 @@ export default {
</td>
<td>
<loading-button
class="qa-import-button"
:loading="isLoadingImport(repo.id)"
:label="importButtonText"
type="button"
Loading