Skip to content

Commit

Permalink
chore :: 메뉴 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 6, 2024
1 parent 4b656d8 commit 6740b31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/common/sidebar/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
};

Expand All @@ -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'
Expand Down

0 comments on commit 6740b31

Please sign in to comment.