Skip to content

Commit

Permalink
Merge pull request #2439 from wangyu096/3.8.x
Browse files Browse the repository at this point in the history
merge: fix: 步骤执行详情状态为0时显示不正确 #2437
  • Loading branch information
wangyu096 authored Sep 12, 2023
2 parents 7cd58b4 + 91e708d commit e7b9934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
sortable
:width="100">
<template slot-scope="{ row }">
{{ row.exitCode || '--' }}
{{ row.exitCode }}
</template>
</bk-table-column>
<bk-table-column
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/src/views/white-ip/local.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default {
'IP 预览': 'IP preview',
关闭: 'Close',
台主机: 'host(s)',
删除成功: 'Remove successfully',
删除成功: 'Remove successfully.',
编辑成功: 'Edit successfully.',
},
};

0 comments on commit e7b9934

Please sign in to comment.