Skip to content

Commit

Permalink
feat(vulnerabilities): enhance Vulnerabilities UI to be able to toggl…
Browse files Browse the repository at this point in the history
…e affected projects by active/inactive

Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Jan 31, 2024
1 parent 6eebb1c commit a480d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/vulnerabilities/AffectedProjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
title: this.$t('message.active'),
field: "active",
formatter(value, row, index) {
formatter(value) {
return value === true ? '<i class="fa fa-check-square-o" />' : "";
},
align: "center",
Expand Down

0 comments on commit a480d25

Please sign in to comment.