mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-113): change title and add Transfer ke Laying link
This commit is contained in:
@@ -13,7 +13,7 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title: 'Production',
|
title: 'Produksi',
|
||||||
link: '/production',
|
link: '/production',
|
||||||
icon: 'material-symbols:conveyor-belt-outline-rounded',
|
icon: 'material-symbols:conveyor-belt-outline-rounded',
|
||||||
submenu: [
|
submenu: [
|
||||||
@@ -32,6 +32,11 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
link: '/production/recording',
|
link: '/production/recording',
|
||||||
icon: 'mdi:clipboard-text',
|
icon: 'mdi:clipboard-text',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Transfer ke Laying',
|
||||||
|
link: '/production/transfer-to-laying',
|
||||||
|
icon: 'streamline:transfer-van',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user