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
bf9ee42b
Commit
bf9ee42b
authored
Aug 20, 2020
by
Kyle Mann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace deprecated button
parent
6521a6ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/security_dashboard/components/project_vulnerabilities.vue
...security_dashboard/components/project_vulnerabilities.vue
+4
-4
No files found.
ee/app/assets/javascripts/security_dashboard/components/project_vulnerabilities.vue
View file @
bf9ee42b
<
script
>
<
script
>
import
{
GlAlert
,
Gl
Deprecated
Button
,
GlIntersectionObserver
}
from
'
@gitlab/ui
'
;
import
{
GlAlert
,
GlButton
,
GlIntersectionObserver
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
import
{
__
}
from
'
~/locale
'
;
import
glFeatureFlagsMixin
from
'
~/vue_shared/mixins/gl_feature_flags_mixin
'
;
import
glFeatureFlagsMixin
from
'
~/vue_shared/mixins/gl_feature_flags_mixin
'
;
import
VulnerabilityList
from
'
./vulnerability_list.vue
'
;
import
VulnerabilityList
from
'
./vulnerability_list.vue
'
;
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
name
:
'
ProjectVulnerabilitiesApp
'
,
name
:
'
ProjectVulnerabilitiesApp
'
,
components
:
{
components
:
{
GlAlert
,
GlAlert
,
Gl
Deprecated
Button
,
GlButton
,
GlIntersectionObserver
,
GlIntersectionObserver
,
VulnerabilityList
,
VulnerabilityList
,
},
},
...
@@ -140,11 +140,11 @@ export default {
...
@@ -140,11 +140,11 @@ export default {
class=
"text-center"
class=
"text-center"
@
appear=
"fetchNextPage"
@
appear=
"fetchNextPage"
>
>
<gl-
deprecated-
button
<gl-button
:loading=
"isLoadingVulnerabilities"
:loading=
"isLoadingVulnerabilities"
:disabled=
"isLoadingVulnerabilities"
:disabled=
"isLoadingVulnerabilities"
@
click=
"fetchNextPage"
@
click=
"fetchNextPage"
>
{{
s__
(
'
SecurityReports|Load more vulnerabilities
'
)
}}
</gl-
deprecated-
button
>
{{
s__
(
'
SecurityReports|Load more vulnerabilities
'
)
}}
</gl-button
>
>
</gl-intersection-observer>
</gl-intersection-observer>
</div>
</div>
...
...
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