diff --git a/src/portal/src/app/base/project/repository/artifact/artifact.ts b/src/portal/src/app/base/project/repository/artifact/artifact.ts index 9fded60fd..acde50451 100644 --- a/src/portal/src/app/base/project/repository/artifact/artifact.ts +++ b/src/portal/src/app/base/project/repository/artifact/artifact.ts @@ -35,6 +35,10 @@ export const mutipleFilter = [ filterText: 'CNAB', showItem: 'ARTIFACT.CNAB', }, + { + filterText: 'WASM', + showItem: 'ARTIFACT.WASM', + }, ], }, { diff --git a/src/portal/src/i18n/lang/de-de-lang.json b/src/portal/src/i18n/lang/de-de-lang.json index 706a644a6..9e7323e76 100644 --- a/src/portal/src/i18n/lang/de-de-lang.json +++ b/src/portal/src/i18n/lang/de-de-lang.json @@ -1109,6 +1109,7 @@ "IMAGE": "IMAGE", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Tagged", "UNTAGGED": "Untagged", "ALL": "Alle", diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 453e77296..831a75ae9 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -1109,6 +1109,7 @@ "IMAGE": "IMAGE", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Tagged", "UNTAGGED": "Untagged", "ALL": "All", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index 0e2ad743e..edd2052f0 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -1110,6 +1110,7 @@ "IMAGE": "IMAGE", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Tagged", "UNTAGGED": "Untagged", "ALL": "All", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index ba86bd1f2..3d46e0053 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -1084,6 +1084,7 @@ "IMAGE": "IMAGE", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Taggué", "UNTAGGED": "Non taggué", "ALL": "Tous", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index 41b6933aa..7535082dc 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -1105,6 +1105,7 @@ "IMAGE": "IMAGEM", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Com Tag", "UNTAGGED": "Sem Tag", "ALL": "Todos", diff --git a/src/portal/src/i18n/lang/tr-tr-lang.json b/src/portal/src/i18n/lang/tr-tr-lang.json index ce62c9e6a..bf1b22300 100644 --- a/src/portal/src/i18n/lang/tr-tr-lang.json +++ b/src/portal/src/i18n/lang/tr-tr-lang.json @@ -1109,6 +1109,7 @@ "IMAGE": "IMAGE", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "Tagged", "UNTAGGED": "Untagged", "ALL": "All", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index abe6db26c..ad858e6bb 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -1110,6 +1110,7 @@ "IMAGE": "镜像", "CHART": "CHART", "CNAB": "CNAB", + "WASM": "WASM", "TAGGED": "含有 Tag", "UNTAGGED": "不含有 Tag", "ALL": "所有", diff --git a/src/portal/src/i18n/lang/zh-tw-lang.json b/src/portal/src/i18n/lang/zh-tw-lang.json index 2899ebd85..fb19844c9 100644 --- a/src/portal/src/i18n/lang/zh-tw-lang.json +++ b/src/portal/src/i18n/lang/zh-tw-lang.json @@ -1105,6 +1105,7 @@ "IMAGE": "鏡像", "CHART":"CHART", "CNAB":"CNAB", + "WASM": "WASM", "TAGGED":"包含標籤", "UNTAGGED": "不含有Tag", "ALL": "所有",