add plant section management with list and detail views
This commit is contained in:
@@ -41,6 +41,11 @@ const allItems = [
|
||||
icon: <DatabaseOutlined style={{fontSize:'19px'}} />,
|
||||
label: 'Master',
|
||||
children: [
|
||||
{
|
||||
key: 'master-plant-section',
|
||||
icon: <ProductOutlined style={{fontSize:'19px'}} />,
|
||||
label: <Link to="/master/plant-section">Plant Section</Link>,
|
||||
},
|
||||
{
|
||||
key: 'master-device',
|
||||
icon: <MobileOutlined style={{fontSize:'19px'}} />,
|
||||
|
||||
Reference in New Issue
Block a user