Skip to content

Commit

Permalink
feat(frontend): tendbCluster增加从域名授权 TencentBlueKing#7268
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20478
  • Loading branch information
jinquantianxia committed Oct 12, 2024
1 parent 66b47c8 commit 7727ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<ClusterAuthorize
v-model="clusterAuthorizeShow"
:account-type="AccountTypes.TENDBCLUSTER"
:cluster-types="[ClusterTypes.TENDBCLUSTER]"
:cluster-types="[ClusterTypes.TENDBCLUSTER, 'tendbclusterSlave']"
:selected="selected"
@success="handleClearSelected" />
<ExcelAuthorize
Expand Down

0 comments on commit 7727ef9

Please sign in to comment.