diff --git a/src/frontend/devops-pipeline/src/utils/pipelineConst.js b/src/frontend/devops-pipeline/src/utils/pipelineConst.js index 78e20152983..fd85865306c 100755 --- a/src/frontend/devops-pipeline/src/utils/pipelineConst.js +++ b/src/frontend/devops-pipeline/src/utils/pipelineConst.js @@ -276,6 +276,12 @@ export const BUILD_HISTORY_TABLE_COLUMNS_MAP = { width: 280, id: 'errorCode', label: 'history.errorCode' + }, + buildMsg: { + index: 16, + width: 180, + id: 'buildMsg', + label: 'history.buildMsg' } } diff --git a/src/frontend/locale/pipeline/en-US.json b/src/frontend/locale/pipeline/en-US.json index 12cb60e7749..05f66f49e6f 100644 --- a/src/frontend/locale/pipeline/en-US.json +++ b/src/frontend/locale/pipeline/en-US.json @@ -598,8 +598,9 @@ "showAll": "Show all", "copyToCustomArtifactory": "Copy to custom artifactory", "downloading": "Downloading ", - "copySuc": " Copy {0} to custom artifactory successfully" - }, + "copySuc": " Copy {0} to custom artifactory successfully", + "buildMsg": "Build Message" +}, "preview": { "build": "Build", "introVersion": "Recommended Version", diff --git a/src/frontend/locale/pipeline/zh-CN.json b/src/frontend/locale/pipeline/zh-CN.json index b41c05ea710..f2f770e286c 100644 --- a/src/frontend/locale/pipeline/zh-CN.json +++ b/src/frontend/locale/pipeline/zh-CN.json @@ -597,7 +597,8 @@ "showAll": "显示全部", "copyToCustomArtifactory": "复制至自定义仓库", "downloading": "正在下载", - "copySuc": "复制{0}至自定义仓库成功" + "copySuc": "复制{0}至自定义仓库成功", + "buildMsg": "构建信息" }, "preview": { "build": "构建",