diff --git a/src/portal/src/app/project/repository/artifact/artifact-common-properties/artifact-common-properties.component.html b/src/portal/src/app/project/repository/artifact/artifact-common-properties/artifact-common-properties.component.html
index 535be9fdc5..b5d6c84ea4 100644
--- a/src/portal/src/app/project/repository/artifact/artifact-common-properties/artifact-common-properties.component.html
+++ b/src/portal/src/app/project/repository/artifact/artifact-common-properties/artifact-common-properties.component.html
@@ -2,7 +2,7 @@
{{'ARTIFACT.EXTRA_PROPERTIES' | translate}}
- {{'ARTIFACT.COMMON_ALL' | translate}}
+ {{'ARTIFACT.EXTRA_PROPERTIES' | translate}}
{{item?.key}}
{{item?.value}}
diff --git a/src/portal/src/app/project/repository/artifact/artifact-summary.component.ts b/src/portal/src/app/project/repository/artifact/artifact-summary.component.ts
index eae26820e7..6de6f93835 100644
--- a/src/portal/src/app/project/repository/artifact/artifact-summary.component.ts
+++ b/src/portal/src/app/project/repository/artifact/artifact-summary.component.ts
@@ -92,6 +92,10 @@ export class ArtifactSummaryComponent implements OnInit {
repositoryName: this.repositoryName,
reference: this.artifactDigest,
projectName: this.projectName,
+ withLabel: true,
+ withScanOverview: true,
+ withSignature: true,
+ withImmutableStatus: true
}).pipe(finalize(() => this.loading = false))
.subscribe(response => {
this.artifact = response;
diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json
index 0a38c6e995..4d8d6b07cf 100644
--- a/src/portal/src/i18n/lang/en-us-lang.json
+++ b/src/portal/src/i18n/lang/en-us-lang.json
@@ -997,8 +997,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "Additions",
"ANNOTATION": "Annotation",
- "EXTRA_PROPERTIES": "Extra Attributes",
- "COMMON_ALL": "Extra Attributes across all digest"
+ "EXTRA_PROPERTIES": "Extra Attributes"
},
"TAG": {
"CREATION_TIME_PREFIX": "Create on",
diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json
index b75ff0927e..0e81b68a93 100644
--- a/src/portal/src/i18n/lang/es-es-lang.json
+++ b/src/portal/src/i18n/lang/es-es-lang.json
@@ -996,8 +996,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "Additions",
"ANNOTATION": "Annotation",
- "EXTRA_PROPERTIES": "Extra Attributes",
- "COMMON_ALL": "Extra Attributes across all digest"
+ "EXTRA_PROPERTIES": "Extra Attributes"
},
"TAG": {
"CREATION_TIME_PREFIX": "Create on",
diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json
index ee61453345..9c85e248dd 100644
--- a/src/portal/src/i18n/lang/fr-fr-lang.json
+++ b/src/portal/src/i18n/lang/fr-fr-lang.json
@@ -969,8 +969,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "Additions",
"ANNOTATION": "Annotation",
- "EXTRA_PROPERTIES": "Extra Attributes",
- "COMMON_ALL": "Extra Attributes across all digest"
+ "EXTRA_PROPERTIES": "Extra Attributes"
},
"TAG": {
"CREATION_TIME_PREFIX": "Créer le",
diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json
index cf79a6ca3f..32701f097f 100644
--- a/src/portal/src/i18n/lang/pt-br-lang.json
+++ b/src/portal/src/i18n/lang/pt-br-lang.json
@@ -992,8 +992,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "Additions",
"ANNOTATION": "Annotation",
- "EXTRA_PROPERTIES": "Extra Attributes",
- "COMMON_ALL": "Extra Attributes across all digest"
+ "EXTRA_PROPERTIES": "Extra Attributes"
},
"TAG": {
"CREATION_TIME_PREFIX": "Criado em",
diff --git a/src/portal/src/i18n/lang/tr-tr-lang.json b/src/portal/src/i18n/lang/tr-tr-lang.json
index c334daee00..667434adf0 100644
--- a/src/portal/src/i18n/lang/tr-tr-lang.json
+++ b/src/portal/src/i18n/lang/tr-tr-lang.json
@@ -996,8 +996,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "Additions",
"ANNOTATION": "Annotation",
- "EXTRA_PROPERTIES": "Extra Attributes",
- "COMMON_ALL": "Extra Attributes across all digest"
+ "EXTRA_PROPERTIES": "Extra Attributes"
},
"TAG": {
"CREATION_TIME_PREFIX": "Oluştur",
diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json
index 189f499274..f40ab16784 100644
--- a/src/portal/src/i18n/lang/zh-cn-lang.json
+++ b/src/portal/src/i18n/lang/zh-cn-lang.json
@@ -996,8 +996,7 @@
"FILTER_FOR_ARTIFACTS": "Filter Artifacts",
"ADDITIONS": "其他",
"ANNOTATION": "注解",
- "EXTRA_PROPERTIES": "额外属性",
- "COMMON_ALL": "额外属性"
+ "EXTRA_PROPERTIES": "额外属性"
},
"TAG": {
"CREATION_TIME_PREFIX": "创建时间:",