Commit b6166dee authored by Filipa Lacerda's avatar Filipa Lacerda

Removes unused code

parent 0b16e930
...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment