Skip to content

Commit

Permalink
feat: 操作栏宽度增加
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22632
  • Loading branch information
hyunfa committed Nov 1, 2024
1 parent 9b7891c commit 32a7d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export default {
BT节点探测提示: 'After BT accelerate is enable, the transmission efficiency of the Agent\'s file distribution through the file pipeline can be greatly improved, and at the same time, the execution speed of the agent installation task can be correspondingly improved.\n\nNote: The cross-VPC network environment may occupy the dedicated line bandwidth, it is recommended to turn off BT transmission in this scenario',
启用: 'enabled',
停用: 'disabled',
启用状态按钮: 'Enabled',
启用状态按钮: 'Enable',
停用状态按钮: 'Disable',
稳定版本不可删除: 'Stable version cannot be deleted',
稳定版本不可停用: 'Stable version cannot be disabled',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/agent/package/package-cols.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</span>
</template>
</NmColumn>
<NmColumn key="message" :label="$t('操作')" prop="message" min-width="100" fixed="right">
<NmColumn key="message" :label="$t('操作')" prop="message" min-width="115" fixed="right">
<template #default="{ row }">
<bk-button v-if="!row.is_ready" text theme="primary" :disabled="btnLoading[row.id]" @click="switchPkgStatus(row)">
{{ $t('启用状态按钮')}}
Expand Down

0 comments on commit 32a7d8d

Please sign in to comment.