Skip to content

Commit

Permalink
fix: 数据存储名称仅查看 --bug=136100961
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasikeai committed Jan 3, 2025
1 parent 829cfe1 commit f1f3416
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/frontend/src/views/storage-manage/list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,7 @@
width: '250px',
render: ({ data }: {data: StorageModel}) => (
<div>
<auth-button
permission={data.permission.edit_storage}
actionId="edit_storage"
text
theme="primary"
onClick={() => handleEdit(data)}>
{data.cluster_config.cluster_name}
</auth-button>
{data.cluster_config.cluster_name}
{data.isDefault && <bk-tag class="ml8">{ t('默认') }</bk-tag>}
</div>
),
Expand Down

0 comments on commit f1f3416

Please sign in to comment.