update LayoutMenu , LayoutSidebar components

This commit is contained in:
2025-10-15 19:42:01 +07:00
parent 7b56f9690d
commit aa68c6690e
3 changed files with 22 additions and 24 deletions

View File

@@ -25,7 +25,6 @@ import {
TeamOutlined,
ClockCircleOutlined,
CalendarOutlined,
UsergroupAddOutlined,
} from '@ant-design/icons';
const { Text } = Typography;
@@ -50,6 +49,11 @@ const allItems = [
icon: <ProductOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/plant-section">Plant Section</Link>,
},
{
key: 'master-brand-device',
icon: <AntDesignOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/brand-device">Brand Device</Link>,
},
{
key: 'master-device',
icon: <MobileOutlined style={{ fontSize: '19px' }} />,
@@ -60,11 +64,6 @@ const allItems = [
icon: <TagOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/tag">Tag</Link>,
},
{
key: 'master-brand-device',
icon: <AntDesignOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/brand-device">Brand Device</Link>,
},
{
key: 'master-status',
icon: <SafetyOutlined style={{ fontSize: '19px' }} />,
@@ -139,18 +138,6 @@ const allItems = [
</Link>
),
},
{
key: 'shift-management',
icon: <ClockCircleOutlined style={{ fontSize: '19px' }} />,
label: 'Manajemen Shift',
children: [
{
key: 'shift-member',
icon: <UsergroupAddOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/shift-management/member">Anggota Shift</Link>,
},
],
},
];
const LayoutMenu = () => {