wagon types added UI with API integrations

This commit is contained in:
hagiye
2026-06-07 21:56:33 +03:00
parent e067da29df
commit bffa5020ac
12 changed files with 382 additions and 38 deletions

View File

@@ -93,6 +93,13 @@ const ROUTE_META: Array<{ prefix: string; meta: PageMeta }> = [
},
},
...rulesRouteMeta,
{
prefix: "/dashboard/wagon-types",
meta: {
title: "Wagon Types",
subtitle: "Manage wagon type capacity and supported load configuration",
},
},
{
prefix: "/dashboard/user1",
meta: {