From a97585eabf1075647d396c6086530d8302501b39 Mon Sep 17 00:00:00 2001 From: wohainilaodou <165994047+wohainilaodou@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:32:22 +0800 Subject: [PATCH] [INLONG-10421][Dashboard] Move template management to system management (#10422) --- inlong-dashboard/src/configs/menus/conf.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/inlong-dashboard/src/configs/menus/conf.tsx b/inlong-dashboard/src/configs/menus/conf.tsx index a4e80f26bd2..f2bbdf2f471 100644 --- a/inlong-dashboard/src/configs/menus/conf.tsx +++ b/inlong-dashboard/src/configs/menus/conf.tsx @@ -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: , - children: [ - { - path: '/group', - name: i18n.t('configs.menus.Groups'), - }, - { - path: '/dataTemplate', - name: i18n.t('configs.menus.Groups.Template'), - }, - ], }, { path: '/sync', @@ -99,6 +90,10 @@ const conf: MenuItemType[] = [ isAdmin: true, name: i18n.t('configs.menus.ProcessManagement'), }, + { + path: '/dataTemplate', + name: i18n.t('configs.menus.Groups.Template'), + }, ], }, {