add status management with list and detail views, including routing and mock data
This commit is contained in:
@@ -66,6 +66,11 @@ const allItems = [
|
||||
icon: <WarningOutlined style={{fontSize:'19px'}} />,
|
||||
label: <Link to="/master/error-code">Error Code</Link>,
|
||||
},
|
||||
{
|
||||
key: 'master-status',
|
||||
icon: <SafetyOutlined style={{fontSize:'19px'}} />,
|
||||
label: <Link to="/master/status">Status</Link>,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user