Skip to content

Commit

Permalink
fix(route): added missing routes for connections
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Apr 3, 2024
1 parent e577214 commit 57ecf8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 57ecf8f

Please sign in to comment.