Skip to content

Commit

Permalink
delete some router (#2517)
Browse files Browse the repository at this point in the history
* delete some router

* Spotless Apply

---------

Co-authored-by: zhu-mingye <[email protected]>
  • Loading branch information
Zzm0809 and zhu-mingye authored Nov 11, 2023
1 parent 2a36f3b commit 928fcff
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions dinky-web/src/pages/DataStudio/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ import { l } from '@/utils/intl';
import {
ApartmentOutlined,
ArrowsAltOutlined,
BarChartOutlined,
CalendarOutlined,
ConsoleSqlOutlined,
DatabaseOutlined,
DesktopOutlined,
EnvironmentOutlined,
FolderOutlined,
HistoryOutlined,
Expand Down Expand Up @@ -148,30 +145,19 @@ export const LeftBottomSide = [
label: l('menu.datastudio.result'),
children: <Result />
},
{
auth: '/datastudio/bottom/bi',
key: 'menu.datastudio.bi',
icon: <BarChartOutlined />,
label: l('menu.datastudio.bi')
},
{
auth: '/datastudio/bottom/lineage',
key: 'menu.datastudio.lineage',
icon: <ApartmentOutlined />,
label: l('menu.datastudio.lineage'),
children: <Lineage />
},
{
auth: '/datastudio/bottom/process',
key: 'menu.datastudio.process',
icon: <DesktopOutlined />,
label: l('menu.datastudio.process')
},
{
auth: '/datastudio/bottom/history',
key: 'menu.datastudio.history',
icon: <CalendarOutlined />,
icon: <HistoryOutlined />,
label: l('menu.datastudio.history')
// children: <JobExecHistory />
},
{
auth: '/datastudio/bottom/table-data',
Expand Down

0 comments on commit 928fcff

Please sign in to comment.