Skip to content

Commit

Permalink
[INLONG-10421][Dashboard] Move template management to system manageme…
Browse files Browse the repository at this point in the history
…nt (apache#10422)
  • Loading branch information
wohainilaodou authored Jun 14, 2024
1 parent 17be876 commit a97585e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions inlong-dashboard/src/configs/menus/conf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,9 @@ import type { MenuItemType } from '.';

const conf: MenuItemType[] = [
{
name: i18n.t('configs.menus.GroupsManagement'),
path: '/group',
name: i18n.t('configs.menus.Groups'),
icon: <ApiOutlined />,
children: [
{
path: '/group',
name: i18n.t('configs.menus.Groups'),
},
{
path: '/dataTemplate',
name: i18n.t('configs.menus.Groups.Template'),
},
],
},
{
path: '/sync',
Expand Down Expand Up @@ -99,6 +90,10 @@ const conf: MenuItemType[] = [
isAdmin: true,
name: i18n.t('configs.menus.ProcessManagement'),
},
{
path: '/dataTemplate',
name: i18n.t('configs.menus.Groups.Template'),
},
],
},
{
Expand Down

0 comments on commit a97585e

Please sign in to comment.