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
5086c049
Commit
5086c049
authored
Mar 01, 2022
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused vulnerability report
parent
d9644141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/app/assets/javascripts/security_dashboard/vulnerability_report_init.js
...vascripts/security_dashboard/vulnerability_report_init.js
+1
-2
No files found.
ee/app/assets/javascripts/security_dashboard/vulnerability_report_init.js
View file @
5086c049
...
...
@@ -2,7 +2,6 @@ import Vue from 'vue';
import
{
DASHBOARD_TYPES
}
from
'
ee/security_dashboard/store/constants
'
;
import
{
parseBoolean
}
from
'
~/lib/utils/common_utils
'
;
import
UnavailableState
from
'
./components/shared/empty_states/unavailable_state.vue
'
;
import
VulnerabilityReport
from
'
./components/shared/vulnerability_report.vue
'
;
import
apolloProvider
from
'
./graphql/provider
'
;
import
createRouter
from
'
./router
'
;
import
createStore
from
'
./store
'
;
...
...
@@ -19,7 +18,7 @@ const getVulnerabilityComponent = (dashboardType) => {
case
DASHBOARD_TYPES
.
INSTANCE
:
return
InstanceVulnerabilityReport
;
default
:
return
VulnerabilityReport
;
throw
new
Error
(
'
unknown_dashboard
'
)
;
}
};
...
...
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