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
b6166dee
Commit
b6166dee
authored
Apr 16, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes unused code
parent
0b16e930
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
..._shared/security_reports/grouped_security_reports_app.vue
+0
-12
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
View file @
b6166dee
...
@@ -89,12 +89,6 @@
...
@@ -89,12 +89,6 @@
sast
:
SAST
,
sast
:
SAST
,
dast
:
DAST
,
dast
:
DAST
,
sastContainer
:
SAST_CONTAINER
,
sastContainer
:
SAST_CONTAINER
,
data
()
{
return
{
isSastFullReportVisible
:
false
,
isDependencyScanningFullReportVisible
:
false
,
};
},
computed
:
{
computed
:
{
...
mapState
([
'
sast
'
,
'
sastContainer
'
,
'
dast
'
,
'
dependencyScanning
'
,
'
summaryCounts
'
]),
...
mapState
([
'
sast
'
,
'
sastContainer
'
,
'
dast
'
,
'
dependencyScanning
'
,
'
summaryCounts
'
]),
...
mapGetters
([
...
mapGetters
([
...
@@ -169,12 +163,6 @@
...
@@ -169,12 +163,6 @@
'
fetchDastReports
'
,
'
fetchDastReports
'
,
'
fetchDependencyScanningReports
'
,
'
fetchDependencyScanningReports
'
,
]),
]),
openSASTFullReport
()
{
this
.
isSastFullReportVisible
=
true
;
},
openDependencyScanningFullReport
()
{
this
.
isDependencyScanningFullReportVisible
=
true
;
},
},
},
};
};
</
script
>
</
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