Skip to content

Commit 3661ecf

Browse files
Merge pull request #100 from bahrb/master
show classifier in project list
2 parents 5d96c86 + 21f3a3a commit 3661ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/portfolio/projects/ProjectList.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
return xssFilters.inHTMLData(common.valueWithDefault(value, ""));
9090
}
9191
},
92+
{
93+
title: this.$t('message.classifier'),
94+
field: "classifier",
95+
sortable: true
96+
},
9297
{
9398
title: this.$t('message.last_bom_import'),
9499
field: "lastBomImport",

0 commit comments

Comments
 (0)