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
f4eb8b9c
Commit
f4eb8b9c
authored
Oct 23, 2020
by
Jannik Lehmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linting error
parent
a7578047
Changes
1
Hide 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/unscanned_projects.vue
...ipts/security_dashboard/components/unscanned_projects.vue
+4
-4
No files found.
ee/app/assets/javascripts/security_dashboard/components/unscanned_projects.vue
View file @
f4eb8b9c
...
...
@@ -63,10 +63,10 @@ export default {
<template
#title
>
{{
s__
(
'
UnscannedProjects|Out of date
'
)
}}
<gl-badge
size=
"sm"
class=
"gl-tab-counter-badge"
v-if=
"!isLoading"
ref=
"outdatedProjectsCount"
size=
"sm"
class=
"gl-tab-counter-badge"
pill
>
{{
outdatedProjectsCount
}}
</gl-badge>
...
...
@@ -88,10 +88,10 @@ export default {
<
template
#title
>
{{
s__
(
'
UnscannedProjects|Untested
'
)
}}
<gl-badge
size=
"sm"
class=
"gl-tab-counter-badge"
v-if=
"!isLoading"
ref=
"untestedProjectsCount"
size=
"sm"
class=
"gl-tab-counter-badge"
pill
>
{{
untestedProjectsCount
}}
</gl-badge>
...
...
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