From 6740b31231b93e721d36273bd484ddfcf0a9d217 Mon Sep 17 00:00:00 2001 From: dutexion Date: Tue, 6 Aug 2024 23:18:38 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=EB=A9=94=EB=89=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/sidebar/menus.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/common/sidebar/menus.ts b/src/components/common/sidebar/menus.ts index 55909c7..0ff3ca3 100644 --- a/src/components/common/sidebar/menus.ts +++ b/src/components/common/sidebar/menus.ts @@ -55,6 +55,11 @@ const container_inside = { name: '환경변수', link: `/team/-team-/deploy/-deploy-/container/-env-/env`, }, + { + icon: 'ri:notification-line', + name: 'Alert', + link: '/team/-team-/deploy/-deploy-/container/-env-/alert', + }, ], }; @@ -76,6 +81,7 @@ export const menu: MenusType = { '/team/:id/deploy/:id/container/:env/traces': container_inside, '/team/:id/deploy/:id/container/:env/env': container_inside, '/team/:id/deploy/:id/container/:env/history': container_inside, + '/team/:id/deploy/:id/container/:env/alert': container_inside, '/team/:id/deploy/:id/container/:env/history/:id/:pipelineCounter/build': history, '/team/:id/deploy/:id/container/:env/history/:id/:pipelineCounter/deploy': history, // '/team/:id/deploy/:id/container/:env/history/build-xquare-infra-prod/57/build'