Skip to content

Commit

Permalink
feat(frontend): tendbCluster增加从域名授权 TencentBlueKing#7268
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Oct 11, 2024
1 parent 2bd7dd4 commit 55f1de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dbm-ui/frontend/src/locales/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3094,8 +3094,8 @@
"禁用的集群不支持清档": "禁用的集群不支持清档",
"请先添加链接的集群": "请先添加链接的集群",
"立即添加": "立即添加",
"高可用-从域名": "高可用-从域名",
"高可用-主域名": "高可用-主域名",
"MySQL主从-从域名": "MySQL主从-从域名",
"MySQL主从-主域名": "MySQL主从-主域名",
"复制已选": "复制已选",
"复制所有": "复制所有",
"域名:端口": "域名:端口",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
const tabListConfigMap = {
tendbhaSlave: {
name: t('高可用-从域名'),
name: t('MySQL主从-从域名'),
showPreviewResultTitle: true,
getResourceList: (params: any) => {
params.slave_domain = params.domain;
Expand All @@ -338,7 +338,7 @@
}
},
[ClusterTypes.TENDBHA]: {
name: t('高可用-主域名'),
name: t('MySQL主从-主域名'),
showPreviewResultTitle: true,
getResourceList: (params: any) => {
params.master_domain = params.domain;
Expand All @@ -347,7 +347,7 @@
}
},
[ClusterTypes.TENDBSINGLE]: {
name: t('单节点集群'),
name: t('MySQL单节点'),
showPreviewResultTitle: true,
},
[ClusterTypes.MONGO_REPLICA_SET]: {
Expand Down

0 comments on commit 55f1de8

Please sign in to comment.