Skip to content

Commit d2a7f7e

Browse files
authored
show classifier in project list
show classifier in project list to improve overview of heterogeneous projects
1 parent b0b4014 commit d2a7f7e

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
@@ -88,6 +88,11 @@
8888
return xssFilters.inHTMLData(common.valueWithDefault(value, ""));
8989
}
9090
},
91+
{
92+
title: this.$t('message.classifier'),
93+
field: "classifier",
94+
sortable: true
95+
},
9196
{
9297
title: this.$t('message.last_bom_import'),
9398
field: "lastBomImport",

0 commit comments

Comments
 (0)