Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8770cf54
Commit
8770cf54
authored
Apr 08, 2022
by
Austin Regnery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change variant to confirm
Changelog: changed
parent
c9127868
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/import_entities/import_projects/components/import_projects_table.vue
...ties/import_projects/components/import_projects_table.vue
+1
-1
spec/frontend/import_entities/import_projects/components/import_projects_table_spec.js
.../import_projects/components/import_projects_table_spec.js
+1
-1
No files found.
app/assets/javascripts/import_entities/import_projects/components/import_projects_table.vue
View file @
8770cf54
...
@@ -109,7 +109,7 @@ export default {
...
@@ -109,7 +109,7 @@ export default {
</
template
>
</
template
>
<div
class=
"gl-display-flex gl-justify-content-space-between gl-flex-wrap gl-mb-5"
>
<div
class=
"gl-display-flex gl-justify-content-space-between gl-flex-wrap gl-mb-5"
>
<gl-button
<gl-button
variant=
"
success
"
variant=
"
confirm
"
:loading=
"isImportingAnyRepo"
:loading=
"isImportingAnyRepo"
:disabled=
"!hasImportableRepos"
:disabled=
"!hasImportableRepos"
type=
"button"
type=
"button"
...
...
spec/frontend/import_entities/import_projects/components/import_projects_table_spec.js
View file @
8770cf54
...
@@ -31,7 +31,7 @@ describe('ImportProjectsTable', () => {
...
@@ -31,7 +31,7 @@ describe('ImportProjectsTable', () => {
const
findImportAllButton
=
()
=>
const
findImportAllButton
=
()
=>
wrapper
wrapper
.
findAll
(
GlButton
)
.
findAll
(
GlButton
)
.
filter
((
w
)
=>
w
.
props
().
variant
===
'
success
'
)
.
filter
((
w
)
=>
w
.
props
().
variant
===
'
confirm
'
)
.
at
(
0
);
.
at
(
0
);
const
findImportAllModal
=
()
=>
wrapper
.
find
({
ref
:
'
importAllModal
'
});
const
findImportAllModal
=
()
=>
wrapper
.
find
({
ref
:
'
importAllModal
'
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment