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
7522baf6
Commit
7522baf6
authored
Dec 16, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate to GlButton in dependency list
parent
bff7508d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
ee/app/assets/javascripts/dependencies/components/app.vue
ee/app/assets/javascripts/dependencies/components/app.vue
+4
-11
No files found.
ee/app/assets/javascripts/dependencies/components/app.vue
View file @
7522baf6
<
script
>
import
{
mapActions
,
mapGetters
,
mapState
}
from
'
vuex
'
;
import
{
GlEmptyState
,
GlIcon
,
GlLoadingIcon
,
GlSprintf
,
GlLink
,
GlDeprecatedButton
,
}
from
'
@gitlab/ui
'
;
import
{
GlEmptyState
,
GlIcon
,
GlLoadingIcon
,
GlSprintf
,
GlLink
,
GlButton
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
import
DependenciesActions
from
'
./dependencies_actions.vue
'
;
import
DependencyListIncompleteAlert
from
'
./dependency_list_incomplete_alert.vue
'
;
...
...
@@ -25,7 +18,7 @@ export default {
GlLoadingIcon
,
GlSprintf
,
GlLink
,
Gl
Deprecated
Button
,
GlButton
,
DependencyListIncompleteAlert
,
DependencyListJobFailedAlert
,
PaginatedDependenciesTable
,
...
...
@@ -133,9 +126,9 @@ export default {
:svg-path=
"emptyStateSvgPath"
>
<template
#actions
>
<gl-
deprecated-
button
variant=
"info"
:href=
"emptyStateOptions.link"
>
<gl-button
variant=
"info"
:href=
"emptyStateOptions.link"
>
{{
emptyStateOptions
.
buttonLabel
}}
</gl-
deprecated-
button>
</gl-button>
</
template
>
</gl-empty-state>
...
...
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