IO-2723 Change tech sider order.
This commit is contained in:
@@ -93,18 +93,18 @@ export function TechSider({ technician, techLogout, bodyshop, setTimeTicketTaskC
|
||||
disabled: !!!technician,
|
||||
label: <Link to={`/tech/shiftclock`}>{t("menus.tech.shiftclockin")}</Link>
|
||||
},
|
||||
{
|
||||
key: "5",
|
||||
icon: <ScheduleOutlined />,
|
||||
disabled: !!!technician,
|
||||
label: <Link to={`/tech/list`}>{t("menus.tech.productionlist")}</Link>
|
||||
},
|
||||
{
|
||||
key: "dispatchedparts",
|
||||
disabled: !!!technician,
|
||||
icon: <CarOutlined />,
|
||||
label: <Link to={`/tech/dispatchedparts`}>{t("menus.tech.dispatchedparts")}</Link>
|
||||
},
|
||||
{
|
||||
key: "5",
|
||||
icon: <ScheduleOutlined />,
|
||||
disabled: !!!technician,
|
||||
label: <Link to={`/tech/list`}>{t("menus.tech.productionlist")}</Link>
|
||||
},
|
||||
{
|
||||
key: "6",
|
||||
icon: <Icon component={BsKanban} />,
|
||||
|
||||
Reference in New Issue
Block a user