diff --git a/src/portal/lib/src/repository/repository.component.html b/src/portal/lib/src/repository/repository.component.html index 82a4ed392..12ddb50cc 100644 --- a/src/portal/lib/src/repository/repository.component.html +++ b/src/portal/lib/src/repository/repository.component.html @@ -24,13 +24,15 @@
+ + {{ 'REPOSITORY.MARKDOWN' | translate }}

{{'REPOSITORY.NO_INFO' | translate }}

-
{{ imageInfo }}
+
diff --git a/src/portal/lib/src/repository/repository.component.scss b/src/portal/lib/src/repository/repository.component.scss index 089b89a65..f5a46f89f 100644 --- a/src/portal/lib/src/repository/repository.component.scss +++ b/src/portal/lib/src/repository/repository.component.scss @@ -47,6 +47,12 @@ #info-edit-button { margin-top: 0px; margin-bottom: 12px; + font-size: 12px; + .markdown { + width: 20px; + margin-right: 10px; + margin-left: 10px; + } } #images-container { diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 714aafcdf..c38f0d9bd 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -478,7 +478,8 @@ "ACTION": "ACTION", "DEPLOY": "DEPLOY", "ADDITIONAL_INFO": "Add Additional Info", - "REPO_NAME": "Repository" + "REPO_NAME": "Repository", + "MARKDOWN": "Styling with Markdown is supported" }, "HELM_CHART": { "HELMCHARTS": "Charts", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index f438f25ad..9fc679c38 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -476,7 +476,8 @@ "ACTION": "ACTION", "DEPLOY": "DEPLOY", "ADDITIONAL_INFO": "Add Additional Info", - "REPO_NAME": "Repository" + "REPO_NAME": "Repository", + "MARKDOWN": "Styling with Markdown is supported" }, "HELM_CHART": { "HELMCHARTS": "Charts", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index 53f1204f7..b5712ac9a 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -454,7 +454,8 @@ "ACTION": "ACTION", "DEPLOY": "DEPLOY", "ADDITIONAL_INFO": "Add Additional Info", - "REPO_NAME": "Repository" + "REPO_NAME": "Repository", + "MARKDOWN": "Styling with Markdown is supported" }, "HELM_CHART": { "HELMCHARTS": "Charts", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index 2bdb4de06..23f5b0cda 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -473,7 +473,8 @@ "ADD_LABELS": "Adicionar labels", "ACTION": "AÇÃO", "DEPLOY": "DEPLOY", - "ADDITIONAL_INFO": "Adicionar informação adicional" + "ADDITIONAL_INFO": "Adicionar informação adicional", + "MARKDOWN": "Styling with Markdown is supported" }, "HELM_CHART": { "HELMCHARTS": "Charts", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index 63a6a66cc..0873a7725 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -476,7 +476,8 @@ "ACTION": "操作", "DEPLOY": "部署", "ADDITIONAL_INFO": "添加信息", - "REPO_NAME": "镜像仓库" + "REPO_NAME": "镜像仓库", + "MARKDOWN": "支持使用Markdown进行样式设置" }, "HELM_CHART": { "HELMCHARTS": "Charts", diff --git a/src/portal/src/images/markdown.png b/src/portal/src/images/markdown.png new file mode 100644 index 000000000..9e30bb1de Binary files /dev/null and b/src/portal/src/images/markdown.png differ