diff --git a/src/views/portfolio/components/ComponentSearch.vue b/src/views/portfolio/components/ComponentSearch.vue index 984e2f946..affd68c20 100644 --- a/src/views/portfolio/components/ComponentSearch.vue +++ b/src/views/portfolio/components/ComponentSearch.vue @@ -258,6 +258,16 @@ export default { return xssFilters.inHTMLData(common.valueWithDefault(value, '')); }, }, + { + title: this.$t('message.internal'), + field: 'isInternal', + sortable: false, + align: 'center', + class: 'tight', + formatter: function (value, row, index) { + return value === true ? '' : ''; + }, + }, { title: this.$t('message.cpe'), field: 'cpe',