Skip to content

Commit

Permalink
Merge pull request #100 from bahrb/master
Browse files Browse the repository at this point in the history
show classifier in project list
  • Loading branch information
stevespringett authored Feb 17, 2022
2 parents 5d96c86 + 21f3a3a commit 3661ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/portfolio/projects/ProjectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
return xssFilters.inHTMLData(common.valueWithDefault(value, ""));
}
},
{
title: this.$t('message.classifier'),
field: "classifier",
sortable: true
},
{
title: this.$t('message.last_bom_import'),
field: "lastBomImport",
Expand Down

0 comments on commit 3661ecf

Please sign in to comment.