mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
feat(freight): added routes and locomotives
This commit is contained in:
@@ -35,6 +35,20 @@ const ROUTE_META: Array<{ prefix: string; meta: PageMeta }> = [
|
||||
subtitle: "Dashboard summary and key metrics",
|
||||
},
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/routes",
|
||||
meta: {
|
||||
title: "Routes",
|
||||
subtitle: "Manage route definitions built from freight yards",
|
||||
},
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/locomotives",
|
||||
meta: {
|
||||
title: "Locomotives",
|
||||
subtitle: "Manage locomotive master data and service status",
|
||||
},
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/user-management/employees",
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user