Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Oct 31, 2023
1 parent d321010 commit 462f9f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
5 changes: 0 additions & 5 deletions kyuubi-server/web-ui/src/layout/components/aside/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ export const MENUS = [
icon: 'List',
router: '/swagger'
},
{
label: 'Contact Us',
icon: 'PhoneFilled',
router: '/contact'
},
{
label: 'SQL Lab',
icon: 'Cpu',
Expand Down
26 changes: 0 additions & 26 deletions kyuubi-server/web-ui/src/router/contact/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions kyuubi-server/web-ui/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import { createRouter, createWebHistory } from 'vue-router'
import overviewRoutes from './overview'
import contactRoutes from './contact'
import managementRoutes from './management'
import detailRoutes from './detail'
import swaggerRoutes from './swagger'
Expand All @@ -41,7 +40,6 @@ const routes = [
...managementRoutes,
...detailRoutes,
...swaggerRoutes,
...contactRoutes,
...labRoutes
]
}
Expand Down

0 comments on commit 462f9f6

Please sign in to comment.