2025-08-04 16:33:07 +03:30
|
|
|
export default [
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "Dashboards",
|
|
|
|
|
icon: { icon: "tabler-smart-home" },
|
2025-08-04 16:33:07 +03:30
|
|
|
children: [
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "Analytics",
|
|
|
|
|
to: "dashboards-analytics",
|
|
|
|
|
icon: { icon: "tabler-chart-pie-2" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "CRM",
|
|
|
|
|
to: "dashboards-crm",
|
|
|
|
|
icon: { icon: "tabler-cube" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "Ecommerce",
|
|
|
|
|
to: "dashboards-ecommerce",
|
|
|
|
|
icon: { icon: "tabler-shopping-cart" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "Academy",
|
|
|
|
|
to: "dashboards-academy",
|
|
|
|
|
icon: { icon: "tabler-book" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
|
|
|
|
{
|
2025-09-01 16:55:20 +03:30
|
|
|
title: "Logistics",
|
|
|
|
|
to: "dashboards-logistics",
|
|
|
|
|
icon: { icon: "tabler-truck" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
2025-09-01 16:55:20 +03:30
|
|
|
{
|
|
|
|
|
title: "Demo",
|
|
|
|
|
to: "dashboards-demo",
|
|
|
|
|
icon: { icon: "tabler-truck" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
2025-09-01 16:55:20 +03:30
|
|
|
{
|
|
|
|
|
title: "Gantt",
|
|
|
|
|
to: "dashboards-gantt",
|
|
|
|
|
icon: { icon: "tabler-truck" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "WBS",
|
|
|
|
|
to: "dashboards-wbs",
|
|
|
|
|
icon: { icon: "tabler-truck" },
|
2025-08-04 16:33:07 +03:30
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2025-09-01 16:55:20 +03:30
|
|
|
];
|