diff --git a/ui/config/routes.ts b/ui/config/routes.ts index 620db0d75..8d2ed7974 100644 --- a/ui/config/routes.ts +++ b/ui/config/routes.ts @@ -70,6 +70,11 @@ export default [ component: 'Cluster/Detail/Tenant', name: '集群下的租户', }, + { + path: 'connection', + component: 'Cluster/Detail/Connection', + name: '连接集群', + }, { path: '/cluster/:ns/:name/:clusterName', redirect: 'overview', @@ -107,6 +112,11 @@ export default [ component: 'Tenant/Detail/Monitor', name: '租户详情监控', }, + { + path: 'connection', + component: 'Tenant/Detail/Connection', + name: '连接租户', + }, { path: '/tenant/:ns/:name/:tenantName', redirect: 'overview',