Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Veraltet",
"description": "Beschreibung",
"details": "Einzelheiten",
"direct": "Direkt",
"direct_only": "Nur Direkt",
"direction": "Richtung",
"download_bom": "BOM herunterladen",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Deprecated",
"description": "Description",
"details": "Details",
"direct": "Direct",
"direct_only": "Direct only",
"direction": "Direction",
"download_bom": "Download BOM",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Obsoleto",
"description": "Descripción",
"details": "Detalles",
"direct": "Directa",
"direct_only": "Solo directo",
"direction": "Dirección",
"download_bom": "Descargar lista de materiales",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Dépréciée",
"description": "Description",
"details": "Détails",
"direct": "Direct",
"direct_only": "Direct uniquement",
"direction": "Direction",
"download_bom": "Télécharger la nomenclature",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "पदावनत",
"description": "विवरण",
"details": "विवरण",
"direct": "प्रत्यक्ष",
"direct_only": "केवल प्रत्यक्ष",
"direction": "दिशा",
"download_bom": "BOM डाउनलोड करें",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Deprecato",
"description": "Descrizione",
"details": "Dettagli",
"direct": "Diretto",
"direct_only": "Solo diretto",
"direction": "Direzione",
"download_bom": "Scarica distinta base",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "非推奨",
"description": "説明",
"details": "詳細",
"direct": "直接",
"direct_only": "直接のみ",
"direction": "方向",
"download_bom": "BOMをダウンロード",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Przestarzałe",
"description": "Opis",
"details": "Detale",
"direct": "Bezpośredni",
"direct_only": "Tylko bezpośrednie",
"direction": "Kierunek",
"download_bom": "Pobierz BOM",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Descontinuada",
"description": "Descrição",
"details": "Detalhes",
"direct": "Direta",
"direct_only": "Somente direto",
"direction": "Direção",
"download_bom": "Baixe a lista técnica",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Descontinuada",
"description": "Descrição",
"details": "Detalhes",
"direct": "Direta",
"direct_only": "Somente direto",
"direction": "Direção",
"download_bom": "Baixe a lista técnica",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Устаревший",
"description": "Описание",
"details": "Детали",
"direct": "Прямой",
"direct_only": "Только прямые",
"direction": "Направление",
"download_bom": "Скачать BOM",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "Застарілий",
"description": "Опис",
"details": "Деталі",
"direct": "Прямий",
"direct_only": "Тільки прямі",
"direction": "Напрямок",
"download_bom": "Завантажити BOM",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "已棄用",
"description": "描述",
"details": "詳細資訊",
"direct": "直接的",
"direct_only": "僅限直接",
"direction": "方向",
"download_bom": "下載 BOM",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"deprecated": "已弃用",
"description": "描述",
"details": "详情",
"direct": "直接的",
"direct_only": "仅直接依赖",
"direction": "方向",
"download_bom": "下载 BOM",
Expand Down
21 changes: 17 additions & 4 deletions src/views/portfolio/projects/ProjectComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ const COLUMN_DEFAULT_VISIBILITY = {
group: true,
classifier: false,
scope: false,
is_internal: true,
internal: true,
direct: true,
'hash_verification.status': false,
license: true,
occurrence_count: false,
Expand Down Expand Up @@ -409,9 +410,20 @@ export default {
},
{
title: this.$t('message.internal'),
field: 'is_internal',
field: 'internal',
sortable: false,
visible: initialColumnVisible('is_internal'),
visible: initialColumnVisible('internal'),
align: 'center',
class: 'tight',
formatter(value) {
return value === true ? '<i class="fa fa-check-square-o" />' : '';
},
},
{
title: this.$t('message.direct'),
field: 'direct',
sortable: false,
visible: initialColumnVisible('direct'),
align: 'center',
class: 'tight',
formatter(value) {
Expand Down Expand Up @@ -667,7 +679,8 @@ export default {
'name',
'version',
'group',
'is_internal',
'internal',
'direct',
'resolved_license.license_id',
'last_inherited_risk_score',
'metrics.vulnerabilities',
Expand Down
Loading