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
9da60433
Commit
9da60433
authored
May 08, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loosen prop requirement
parent
f0353a0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ee/app/assets/javascripts/security_dashboard/components/first_class_project_security_dashboard.vue
...ard/components/first_class_project_security_dashboard.vue
+2
-1
ee/app/assets/javascripts/security_dashboard/components/project_security_dashboard.vue
...urity_dashboard/components/project_security_dashboard.vue
+2
-1
No files found.
ee/app/assets/javascripts/security_dashboard/components/first_class_project_security_dashboard.vue
View file @
9da60433
...
...
@@ -47,7 +47,8 @@ export default {
},
vulnerabilitiesExportEndpoint
:
{
type
:
String
,
required
:
true
,
required
:
false
,
default
:
''
,
},
},
data
()
{
...
...
ee/app/assets/javascripts/security_dashboard/components/project_security_dashboard.vue
View file @
9da60433
...
...
@@ -51,7 +51,8 @@ export default {
},
project
:
{
type
:
Object
,
required
:
true
,
required
:
false
,
default
:
undefined
,
validator
:
project
=>
!
isUndefined
(
project
.
id
)
&&
!
isUndefined
(
project
.
name
),
},
dashboardDocumentation
:
{
...
...
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