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
061d8f84
Commit
061d8f84
authored
Oct 22, 2020
by
David O'Regan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken inject pattern for pipelines/projects
parent
3ca8dee1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
ee/app/assets/javascripts/analytics/repository_analytics/components/select_projects_dropdown.vue
...ository_analytics/components/select_projects_dropdown.vue
+0
-1
ee/app/assets/javascripts/security_dashboard/components/pipeline_status_badge.vue
...s/security_dashboard/components/pipeline_status_badge.vue
+2
-2
No files found.
ee/app/assets/javascripts/analytics/repository_analytics/components/select_projects_dropdown.vue
View file @
061d8f84
...
...
@@ -28,7 +28,6 @@ export default {
},
inject
:
{
groupFullPath
:
{
type
:
String
,
default
:
''
,
},
},
...
...
ee/app/assets/javascripts/security_dashboard/components/pipeline_status_badge.vue
View file @
061d8f84
...
...
@@ -4,8 +4,8 @@ import { GlBadge, GlIcon } from '@gitlab/ui';
export
default
{
components
:
{
GlBadge
,
GlIcon
},
inject
:
{
pipelineSecurityBuildsFailedCount
:
{
type
:
Number
,
required
:
false
,
default
:
0
},
pipelineSecurityBuildsFailedPath
:
{
type
:
String
,
required
:
false
,
default
:
''
},
pipelineSecurityBuildsFailedCount
:
{
default
:
0
},
pipelineSecurityBuildsFailedPath
:
{
default
:
''
},
},
};
</
script
>
...
...
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