feat: add wbs tree
This commit is contained in:
@@ -1,43 +1,48 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Dashboards',
|
||||
icon: { icon: 'tabler-smart-home' },
|
||||
title: "Dashboards",
|
||||
icon: { icon: "tabler-smart-home" },
|
||||
children: [
|
||||
{
|
||||
title: 'Analytics',
|
||||
to: 'dashboards-analytics',
|
||||
icon: { icon: 'tabler-chart-pie-2' },
|
||||
title: "Analytics",
|
||||
to: "dashboards-analytics",
|
||||
icon: { icon: "tabler-chart-pie-2" },
|
||||
},
|
||||
{
|
||||
title: 'CRM',
|
||||
to: 'dashboards-crm',
|
||||
icon: { icon: 'tabler-cube' },
|
||||
title: "CRM",
|
||||
to: "dashboards-crm",
|
||||
icon: { icon: "tabler-cube" },
|
||||
},
|
||||
{
|
||||
title: 'Ecommerce',
|
||||
to: 'dashboards-ecommerce',
|
||||
icon: { icon: 'tabler-shopping-cart' },
|
||||
title: "Ecommerce",
|
||||
to: "dashboards-ecommerce",
|
||||
icon: { icon: "tabler-shopping-cart" },
|
||||
},
|
||||
{
|
||||
title: 'Academy',
|
||||
to: 'dashboards-academy',
|
||||
icon: { icon: 'tabler-book' },
|
||||
title: "Academy",
|
||||
to: "dashboards-academy",
|
||||
icon: { icon: "tabler-book" },
|
||||
},
|
||||
{
|
||||
title: 'Logistics',
|
||||
to: 'dashboards-logistics',
|
||||
icon: { icon: 'tabler-truck' },
|
||||
title: "Logistics",
|
||||
to: "dashboards-logistics",
|
||||
icon: { icon: "tabler-truck" },
|
||||
},
|
||||
{
|
||||
title: "Demo",
|
||||
to: "dashboards-demo",
|
||||
icon: { icon: "tabler-truck" },
|
||||
},
|
||||
{
|
||||
title: "Gantt",
|
||||
to: "dashboards-gantt",
|
||||
icon: { icon: "tabler-truck" },
|
||||
},
|
||||
{
|
||||
title: 'Demo',
|
||||
to: 'dashboards-demo',
|
||||
icon: { icon: 'tabler-truck' },
|
||||
},
|
||||
{
|
||||
title: 'Gantt',
|
||||
to: 'dashboards-gantt',
|
||||
icon: { icon: 'tabler-truck' },
|
||||
title: "WBS",
|
||||
to: "dashboards-wbs",
|
||||
icon: { icon: "tabler-truck" },
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
];
|
||||
|
||||
@@ -19,6 +19,10 @@ export default [
|
||||
title: "Gantt",
|
||||
to: "dashboards-gantt",
|
||||
},
|
||||
{
|
||||
title: "WBS",
|
||||
to: "dashboards-wbs",
|
||||
},
|
||||
{
|
||||
title: "Academy",
|
||||
to: "dashboards-academy",
|
||||
|
||||
Reference in New Issue
Block a user