Skip to content

Commit

Permalink
change: 隐藏tke集群创建入口 (merge request !1564)
Browse files Browse the repository at this point in the history
Squash merge branch 'hide_tke_cluster' into 'master'
change: 隐藏tke集群创建入口
  • Loading branch information
hitozhang committed Dec 8, 2023
1 parent 5baac4d commit 7842c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs-ui/frontend/src/views/cluster-manage/add/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default defineComponent({
subTitle: $i18n.t('cluster.create.type.cloudProvider.subTitle'),
desc: $i18n.t('cluster.create.type.cloudProvider.desc'),
type: 'cloud',
disabled: _INTERNAL_.value,
disabled: true,
children: [
{
icon: 'bcs-icon-color-tencentcloud',
Expand Down

0 comments on commit 7842c8d

Please sign in to comment.