Skip to content

Commit

Permalink
refactor(dashboard): swap vulnerabilities for violations.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 28, 2024
1 parent a2b7ce2 commit 37f0462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
<b-col sm="12" lg="6">
<b-row>
<b-col sm="6">
<Callout variant="info">
<small class="text-muted">{{ $t('message.portfolio_vulnerabilities') }}</small><br>
<strong class="h4">{{vulnerabilities}}</strong>
<Callout variant="danger">
<small class="text-muted">{{ $t('message.policy_violations') }}</small><br>
<strong class="h4">{{totalViolations}}</strong>
</Callout>
</b-col>
<b-col sm="6">
Expand Down

0 comments on commit 37f0462

Please sign in to comment.