Skip to content

Commit

Permalink
Merge pull request #2799 from hLinx/hotfix_master
Browse files Browse the repository at this point in the history
fix: 脚本执行详情容器列表“所属 Pod 名称”列不显示 #2798
  • Loading branch information
hLinx committed Mar 7, 2024
2 parents 56aa26c + d6e3004 commit 79d9961
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
</template>
</bk-table-column>
<bk-table-column
v-if="allShowColumn.includes('agentId')"
v-if="allShowColumn.includes('podName')"
:label="$t('history.所属 Pod 名称')"
prop="podName"
show-overflow-tooltip
:width="240">
<template slot-scope="{ row }">
{{ row.executeObject.container.podName || '--' }}
Expand Down

0 comments on commit 79d9961

Please sign in to comment.