Skip to content

Commit

Permalink
fix(frontend): redis部署规格列表修复 #7886
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Nov 11, 2024
1 parent 74d59ec commit 05db410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbm-ui/frontend/src/views/db-manage/redis/apply-ha/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
:city="formData.details.city_code"
:cloud-id="formData.details.bk_cloud_id"
:cluster-type="DBTypes.REDIS"
:machine-type="ClusterTypes.REDIS_INSTANCE"
:machine-type="MachineTypes.REDIS_TENDIS_CACHE"
style="width: 314px" />
</BkFormItem>
<BkFormItem
Expand Down Expand Up @@ -219,7 +219,7 @@
import { useApplyBase } from '@hooks';
import { ClusterTypes, DBTypes, TicketTypes } from '@common/const';
import { ClusterTypes, DBTypes, MachineTypes, TicketTypes } from '@common/const';
import DbForm from '@components/db-form/index.vue';
Expand Down

0 comments on commit 05db410

Please sign in to comment.