Skip to content

Commit

Permalink
Merge pull request #10744 from vhwweng/issue_10724
Browse files Browse the repository at this point in the history
feat:构建历史列表支持展示构建信息字段 #10724
  • Loading branch information
bkci-bot authored Aug 7, 2024
2 parents a9e2b4c + 0194fc7 commit c7b36d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/frontend/devops-pipeline/src/utils/pipelineConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
5 changes: 3 additions & 2 deletions src/frontend/locale/pipeline/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/locale/pipeline/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@
"showAll": "显示全部",
"copyToCustomArtifactory": "复制至自定义仓库",
"downloading": "正在下载",
"copySuc": "复制{0}至自定义仓库成功"
"copySuc": "复制{0}至自定义仓库成功",
"buildMsg": "构建信息"
},
"preview": {
"build": "构建",
Expand Down

0 comments on commit c7b36d8

Please sign in to comment.