Skip to content

Commit

Permalink
fix(frontend): redis部署架构类型传值及文案修复 #8015
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and iSecloud committed Nov 19, 2024
1 parent b6b411b commit fd604d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
v-model="state.formdata.details.resource_spec.backend_group"
:biz-id="state.formdata.bk_biz_id"
:cloud-id="state.formdata.details.bk_cloud_id"
:cluster-type="DBTypes.REDIS"
:cluster-type="typeInfos.cluster_type"
:machine-type="specClusterMachineMap[typeInfos.cluster_type]" />
</BkFormItem>
<BkFormItem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const redisClusterTypes = {
image: TendisClusterImg,
tipContent: {
img: TendisClusterImg,
title: 'Tendisplus',
title: 'Redis Cluster',
desc: t('原生 Redis Cluster'),
},
},
Expand Down

0 comments on commit fd604d9

Please sign in to comment.