add status management with list and detail views, including routing and mock data

This commit is contained in:
2025-10-09 16:43:03 +07:00
parent dcdd8c9b8d
commit a7af974108
9 changed files with 548 additions and 11 deletions

View File

@@ -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>,
},
],
},
{