update LayoutMenu , LayoutSidebar components
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user