We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e291aa + b26f0e9 commit 9f0521bCopy full SHA for 9f0521b
src/views/portfolio/vulnerabilities/Vulnerability.vue
@@ -95,7 +95,7 @@
95
</div>
96
97
</b-tab>
98
- <b-tab v-if="isPermitted(PERMISSIONS.VULNERABILITY_ANALYSIS)">
+ <b-tab v-if="isPermitted(PERMISSIONS.VIEW_VULNERABILITY)">
99
<template v-slot:title><i class="fa fa-tasks"></i> {{ $t('message.affected_projects') }} <b-badge variant="tab-total">{{ totalAffectedProjects }}</b-badge></template>
100
<affected-projects :key="this.uuid" :source="source" :vulnId="vulnId" v-on:total="totalAffectedProjects = $event" />
101
0 commit comments