File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,16 +102,16 @@ export const routes: Readonly<RouteRecordType[]> = [
102102 back : '/resources/applications/list'
103103 }
104104 } ,
105- {
106- path : '/topology/:pathId' ,
107- name : 'applicationDomain.topology' ,
108- component : ( ) => import ( '../views/resources/applications/tabs/topology.vue' ) ,
109- meta : {
110- tab : true ,
111- icon : 'tabler:topology-ring' ,
112- back : '/resources/applications/list'
113- }
114- } ,
105+ // {
106+ // path: '/topology/:pathId',
107+ // name: 'applicationDomain.topology',
108+ // component: () => import('../views/resources/applications/tabs/topology.vue'),
109+ // meta: {
110+ // tab: true,
111+ // icon: 'tabler:topology-ring',
112+ // back: '/resources/applications/list'
113+ // }
114+ // },
115115 {
116116 path : '/instance/:pathId' ,
117117 name : 'applicationDomain.instance' ,
You can’t perform that action at this time.
0 commit comments