diff --git a/src/views/globalAudit/VulnerabilityAuditGroupedByVulnerability.vue b/src/views/globalAudit/VulnerabilityAuditGroupedByVulnerability.vue
index 5deb43191..fb68d2201 100644
--- a/src/views/globalAudit/VulnerabilityAuditGroupedByVulnerability.vue
+++ b/src/views/globalAudit/VulnerabilityAuditGroupedByVulnerability.vue
@@ -25,6 +25,19 @@
{{ this.$t('message.show_inactive_projects') }}
+
+
+ {{ this.$t('message.show_suppressed_findings') }}
+
+
0) {
url += '&severity=' + this.severitySelected;
}
@@ -309,6 +323,7 @@ export default {
this.occurrencesFromWatcher();
this.occurrencesToWatcher();
this.showInactive = false;
+ this.showSuppressedGrouped = false;
this.severitySelected = [];
this.publishDateFrom = '';
this.publishDateTo = '';
@@ -424,6 +439,7 @@ export default {
occurrencesFromWatcher: null,
occurrencesToWatcher: null,
showInactive: false,
+ showSuppressedGrouped: false,
severitySelected: [],
severityOptions: [
{ text: 'Critical', value: 'critical' },