Skip to content

Commit

Permalink
fix(frontend): tendbcluster、doris的tab缺失 TencentBlueKing#8175
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26089
  • Loading branch information
royalpioneer committed Dec 6, 2024
1 parent 2dfc12b commit 570dff1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dbm-ui/frontend/src/common/const/clusterTypeInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,19 @@ const bigdata: InfoType = {
},
],
},
[ClusterTypes.RIAK]: {
id: ClusterTypes.RIAK,
name: 'riak',
specClusterName: 'riak',
dbType: DBTypes.RIAK,
moduleId: 'bigdata',
machineList: [
{
id: MachineTypes.RIAK,
name: t('后端存储'),
},
],
},
};

const mongodb: InfoType = {
Expand Down

0 comments on commit 570dff1

Please sign in to comment.