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