Skip to content

Commit

Permalink
chore: 메뉴 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard committed May 15, 2024
1 parent cae72e1 commit a09442a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/components/common/sidebar/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ export const menu: MenusType = {
'/team/:id/container': deploy,
'/team/:id/deploy/:id': deploy_inside,
'/team/:id/deploy/:id/container': deploy_inside,
// '/team/:id/deploy/:id/container/detail': {
// back: '/team/-team-/deploy/-deploy-/container',
// menu: [
// {
// icon: 'f7:shippingbox',
// name: '컨테이너 상태',
// link: '/team/-team-/deploy/-deploy-/container/detail',
// },
// ],
// },
'/team/:id/deploy/:id/container/detail': {
back: '/team/-team-/deploy/-deploy-/container',
menu: [
Expand All @@ -55,26 +65,16 @@ export const menu: MenusType = {
name: '컨테이너 상태',
link: '/team/-team-/deploy/-deploy-/container/detail',
},
{
icon: 'ph:list-bold',
name: '배포 내역',
link: `/team/-team-/deploy/-deploy-/container/-container-/history`,
},
{
icon: 'uil:analytics',
name: '요청 통계',
link: `/team/-team-/deploy/-deploy-/container/-container-/analytics`,
},
],
},
// '/team/:id/deploy/:id/container/:id': {
// back: '/team/-team-/deploy/-deploy-/container',
// menu: [
// {
// icon: 'f7:shippingbox',
// name: '컨테이너 상태',
// link: '/team/-team-/deploy/-deploy-/container/-container-',
// },
// {
// icon: 'ph:list-bold',
// name: '배포 내역',
// link: `/team/-team-/deploy/-deploy-/container/-container-/history`,
// },
// {
// icon: 'uil:analytics',
// name: '요청 통계',
// link: `/team/-team-/deploy/-deploy-/container/-container-/analytics`,
// },
// ],
// },
};

0 comments on commit a09442a

Please sign in to comment.