Skip to content

Commit a9ad7f8

Browse files
authored
feat: Added UI and interface connection related functions related to inspection requirements (#814)
1 parent 32fadc6 commit a9ad7f8

File tree

26 files changed

+18075
-20872
lines changed

26 files changed

+18075
-20872
lines changed

ui/config/routes.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export default [
7777
component: 'K8sCluster',
7878
name: 'K8s 集群管理',
7979
},
80+
{
81+
path: 'inspection',
82+
component: 'Inspection',
83+
name: '巡检',
84+
},
8085
{
8186
path: 'overview',
8287
component: 'Overview',
@@ -210,6 +215,7 @@ export default [
210215
},
211216
],
212217
},
218+
213219
{
214220
path: 'k8scluster/:k8sclusterName',
215221
component: 'K8sCluster/Detail',
@@ -229,6 +235,11 @@ export default [
229235
},
230236
],
231237
},
238+
{
239+
path: 'inspection/report/:namespace/:name',
240+
component: 'Inspection/Result',
241+
name: '巡检报告详情',
242+
},
232243
{
233244
path: '/login',
234245
component: 'Login',

0 commit comments

Comments
 (0)