|
|
|
@ -56,7 +56,7 @@ const routes = [
|
|
|
|
|
{ path: '/dashboard', name: 'DashboardBOD', component: DashboardBOD }, |
|
|
|
|
{ path: '/dashboard-customer/:PROJECT_ID/:GANTT_ID/:SCURVE', name: 'DashboardCustomer', component: DashboardCustomer }, |
|
|
|
|
{ path: '/dashboard-project/:PROJECT_ID/:GANTT_ID', exact: true, name: 'Dashboard Project', component: DashboardProject }, |
|
|
|
|
{ path: '/dashboard-project-carousell', exact: true, name: 'Dashboard Project Carousell', component: DashboardProjectCarousell }, |
|
|
|
|
{ path: '/dashboard-perproject', exact: true, name: 'Dashboard Project Carousell', component: DashboardProjectCarousell }, |
|
|
|
|
{ path: '/dashboard-project/:PROJECT_ID/:GANTT_ID/:SCURVE', exact: true, name: 'Dashboard Project', component: DashboardProject }, |
|
|
|
|
{ path: '/projects', exact: true, name: 'Projects', component: CreatedProyek }, |
|
|
|
|
{ path: '/projects/:id/import/activity', exact: true, name: 'Gantt Import Activity', component: GanttImportActivity }, |
|
|
|
|