Muhammad Sulaiman Yusuf
2 years ago
1 changed files with 92 additions and 273 deletions
@ -1,279 +1,98 @@ |
|||||||
import React from "react"; |
import React from 'react'; |
||||||
|
|
||||||
const BaseLayers = React.lazy(() => import("./views/BaseLayers")); |
const Absensi = React.lazy(() => import('./views/Master/MasterAbsensi')); |
||||||
const Layers = React.lazy(() => import("./views/Layers/Layers")); |
const BaseLayers = React.lazy(() => import('./views/BaseLayers')); |
||||||
const Layer = React.lazy(() => import("./views/Layers/Layer")); |
const Broadcast = React.lazy(() => import('./views/Master/MasterBroadcast')); |
||||||
const MapConfig = React.lazy(() => import("./views/MapConfig")); |
const ChecklistK3 = React.lazy(() => import('./views/SimproV2/ChecklistK3')); |
||||||
// const DashboardKominfo = React.lazy(() => import('./views/DashboardKominfo'));
|
const Closing = React.lazy(() => import('./views/SimproV2/Closing')); |
||||||
// const Sales = React.lazy(() => import('./views/Master/MasterSales'));
|
const ConfigAlert = React.lazy(() => import('./views/Master/ConfigAlert')); |
||||||
// const GroupSales = React.lazy(() => import('./views/Master/MasterGroupSales'));
|
const ControlMonitoring = React.lazy(() => import('./views/Report/ControlMonitoring')); |
||||||
const OfficeHours = React.lazy(() => |
const ControlMonitoringGantt = React.lazy(() => import('./views/ControlMonitoringGantt')); |
||||||
import("./views/Master/MasterOfficeHours") |
const CreatedProyek = React.lazy(() => import('./views/SimproV2/CreatedProyek')); |
||||||
); |
const DashboardSimpro = React.lazy(() => import('./views/DashboardSimpro')); |
||||||
// const Customer = React.lazy(() => import('./views/Master/MasterCustomer'));
|
const Divisi = React.lazy(() => import('./views/SimproV2/Divisi')); |
||||||
// const SettingSales = React.lazy(() => import('./views/Master/MasterSales/SettingSales'));
|
const DivisiKaryawan = React.lazy(() => import('./views/Master/MasterTipeKaryawan')); |
||||||
// const SettingOffice = React.lazy(() => import('./views/Master/MasterOffice/SettingOffice'));
|
const Gantt = React.lazy(() => import('./views/SimproV2/Gantt')); |
||||||
// const SettingCustomer = React.lazy(() => import('./views/Master/MasterCustomer/SettingCustomer'));
|
const Izin = React.lazy(() => import('./views/Master/MasterCuti')); |
||||||
// new
|
const K3 = React.lazy(() => import('./views/Report/k3')); |
||||||
const DivisiKaryawan = React.lazy(() => |
const LaporanAlert = React.lazy(() => import('./views/Report/alert')); |
||||||
import("./views/Master/MasterTipeKaryawan") |
const LaporanTugas = React.lazy(() => import('./views/Master/MasterTask')); |
||||||
); |
const Layer = React.lazy(() => import('./views/Layers/Layer')); |
||||||
const UserAdmin = React.lazy(() => import("./views/Master/UserAdmin")); |
const Layers = React.lazy(() => import('./views/Layers/Layers')); |
||||||
// const UserWaspang = React.lazy(() => import('./views/Master/UserWaspang'));
|
const Lembur = React.lazy(() => import('./views/Master/MasterLembur')); |
||||||
const Presensi = React.lazy(() => import("./views/SimproV2/Presence")); |
const MapConfig = React.lazy(() => import('./views/MapConfig')); |
||||||
const LaporanTugas = React.lazy(() => import("./views/Master/MasterTask")); |
const Menu = React.lazy(() => import('./views/Master/MasterMenu')); |
||||||
const Izin = React.lazy(() => import("./views/Master/MasterCuti")); |
const OfficeHours = React.lazy(() => import('./views/Master/MasterOfficeHours')); |
||||||
const Roles = React.lazy(() => import("./views/Master/MasterRoles")); |
const Organization = React.lazy(() => import('./views/Master/MasterOrganization')); |
||||||
const ProjectRole = React.lazy(() => import("./views/Master/RoleProject")); |
const PanicButton = React.lazy(() => import('./views/SimproV2/PanicButton')); |
||||||
const Menu = React.lazy(() => import("./views/Master/MasterMenu")); |
const PlanningHarian = React.lazy(() => import('./views/SimproV2/PlanningHarian')); |
||||||
const Broadcast = React.lazy(() => import("./views/Master/MasterBroadcast")); |
const Presensi = React.lazy(() => import('./views/SimproV2/Presence')); |
||||||
const PanicButton = React.lazy(() => import("./views/SimproV2/PanicButton")); |
const ProjectRole = React.lazy(() => import('./views/Master/RoleProject')); |
||||||
const Absensi = React.lazy(() => import("./views/Master/MasterAbsensi")); |
const ProjectType = React.lazy(() => import('./views/SimproV2/ProjectType')); |
||||||
const Lembur = React.lazy(() => import("./views/Master/MasterLembur")); |
const Proyek = React.lazy(() => import('./views/Master/Proyek')); |
||||||
const Organization = React.lazy(() => |
const RateCost = React.lazy(() => import('./views/SimproV2/RateCost')); |
||||||
import("./views/Master/MasterOrganization") |
const ResourceMaterial = React.lazy(() => import('./views/SimproV2/ResourceMaterial')); |
||||||
); |
const ResourceTools = React.lazy(() => import('./views/SimproV2/ResourceTools')); |
||||||
const Proyek = React.lazy(() => import("./views/Master/Proyek")); |
const ResourceWorker = React.lazy(() => import('./views/SimproV2/ResourceWorker')); |
||||||
// const SubProyek = React.lazy(() => import('./views/Master/SubProyek'));
|
const Roles = React.lazy(() => import('./views/Master/MasterRoles')); |
||||||
const DashboardSimpro = React.lazy(() => import("./views/DashboardSimpro")); |
const Satuan = React.lazy(() => import('./views/SimproV2/Satuan')); |
||||||
const controlMonitoring = React.lazy(() => |
const ScheduleShift = React.lazy(() => import('./views/SimproV2/ScheduleShift')); |
||||||
import("./views/Report/ControlMonitoring") |
const Shift = React.lazy(() => import('./views/SimproV2/Shift')); |
||||||
); |
const TestGantt = React.lazy(() => import('./views/testgantt')); |
||||||
const K3 = React.lazy(() => import("./views/Report/k3")); |
const UserAdmin = React.lazy(() => import('./views/Master/UserAdmin')); |
||||||
const TestGantt = React.lazy(() => import("./views/testgantt")); |
const UserShift = React.lazy(() => import('./views/SimproV2/UserShift')); |
||||||
const ConfigAlert = React.lazy(() => import("./views/Master/ConfigAlert")); |
|
||||||
// const NetworkDiagram = React.lazy(() => import('./views/Master/NetworkDiagram'));
|
|
||||||
const LaporanAlert = React.lazy(() => import("./views/Report/alert")); |
|
||||||
const ControlMonitoringGantt = React.lazy(() => |
|
||||||
import("./views/ControlMonitoringGantt") |
|
||||||
); |
|
||||||
const CreatedProyek = React.lazy(() => |
|
||||||
import("./views/SimproV2/CreatedProyek") |
|
||||||
); |
|
||||||
const ResourceWorker = React.lazy(() => |
|
||||||
import("./views/SimproV2/ResourceWorker") |
|
||||||
); |
|
||||||
const ResourceMaterial = React.lazy(() => |
|
||||||
import("./views/SimproV2/ResourceMaterial") |
|
||||||
); |
|
||||||
const ResourceTools = React.lazy(() => |
|
||||||
import("./views/SimproV2/ResourceTools") |
|
||||||
); |
|
||||||
const PlanningHarian = React.lazy(() => |
|
||||||
import("./views/SimproV2/PlanningHarian") |
|
||||||
); |
|
||||||
const Closing = React.lazy(() => import("./views/SimproV2/Closing")); |
|
||||||
const ProjectType = React.lazy(() => import("./views/SimproV2/ProjectType")); |
|
||||||
const Divisi = React.lazy(() => import("./views/SimproV2/Divisi")); |
|
||||||
const Satuan = React.lazy(() => import("./views/SimproV2/Satuan")); |
|
||||||
const RateCost = React.lazy(() => import("./views/SimproV2/RateCost")); |
|
||||||
const Gantt = React.lazy(() => import("./views/SimproV2/Gantt")); |
|
||||||
const Shift = React.lazy(() => import("./views/SimproV2/Shift")); |
|
||||||
const UserShift = React.lazy(() => import("./views/SimproV2/UserShift")); |
|
||||||
const ScheduleShift = React.lazy(() => |
|
||||||
import("./views/SimproV2/ScheduleShift") |
|
||||||
); |
|
||||||
const ChecklistK3 = React.lazy(() => import("./views/SimproV2/ChecklistK3")); |
|
||||||
const DashboardPMO = React.lazy(() => import("./views/DashboardPMO")); |
|
||||||
const DashboardProject = React.lazy(() => import("./views/DashboardProject")); |
|
||||||
const DashboardSecurity = React.lazy(() => import("./views/DashboardSecurity")); |
|
||||||
// const PlanningVsRealisasi = React.lazy(() => import('./views/Master/PlanningVsRealisasi'));
|
|
||||||
|
|
||||||
const routes = [ |
const routes = [ |
||||||
{ path: "/", exact: true, name: "Home" }, |
{ path: '/', exact: true, name: 'Home' }, |
||||||
{ path: "/dashboard", name: "Dashboard", component: DashboardSimpro }, |
{ path: '/dashboard', name: 'Dashboard', component: DashboardSimpro }, |
||||||
{ path: "/map/config", exact: true, name: "Config", component: MapConfig }, |
|
||||||
{ |
{ path: '/projects', exact: true, name: 'Projects', component: CreatedProyek }, |
||||||
path: "/map/baselayers", |
{ path: '/projects/:id/:project/gantt', exact: true, name: 'Gantt', component: Gantt }, |
||||||
exact: true, |
{ path: '/human-resource', exact: true, name: 'Human Resource', component: ResourceWorker }, |
||||||
name: "Base Layers", |
{ path: '/material-resource', exact: true, name: 'Material Resource', component: ResourceMaterial }, |
||||||
component: BaseLayers, |
{ path: '/tools-resource', exact: true, name: 'Tools Resource', component: ResourceTools }, |
||||||
}, |
|
||||||
{ path: "/map/layers", exact: true, name: "Layers", component: Layers }, |
{ path: '/control-monitoring', exact: true, name: 'Control Monitoring', component: ControlMonitoring }, |
||||||
{ |
{ path: '/control-monitoring-gantt', exact: true, name: 'Control Monitoring Gantt', component: ControlMonitoringGantt }, |
||||||
path: "/map/layers/:id", |
{ path: '/presensi-resource', exact: true, name: 'Presensi Resource', component: Presensi }, |
||||||
exact: true, |
{ path: '/absensi-resource', exact: true, name: 'Absensi Resource', component: Absensi }, |
||||||
name: "Layer Details", |
{ path: '/laporan-k3', exact: true, name: 'Laporan K3', component: K3 }, |
||||||
component: Layer, |
{ path: '/broadcast', exact: true, name: 'Broadcast', component: Broadcast }, |
||||||
}, |
{ path: '/panic-button', exact: true, name: 'Tombol Darurat', component: PanicButton }, |
||||||
{ |
|
||||||
path: "/office-hours", |
{ path: '/closing', exact: true, name: 'Closing', component: Closing }, |
||||||
exact: true, |
|
||||||
name: "Jam Kerja", |
{ path: '/menu', exact: true, name: 'Menu', component: Menu }, |
||||||
component: OfficeHours, |
{ path: '/roles', exact: true, name: 'Roles', component: Roles }, |
||||||
}, |
{ path: '/project-role', exact: true, name: 'Project Role', component: ProjectRole }, |
||||||
{ |
{ path: '/project-type', exact: true, name: 'Project Type', component: ProjectType }, |
||||||
path: "/user-admin", |
{ path: '/divisi', exact: true, name: 'Divisi', component: Divisi }, |
||||||
exact: true, |
{ path: '/satuan', exact: true, name: 'Satuan', component: Satuan }, |
||||||
name: "User Admin", |
{ path: '/config-alert', exact: true, name: 'Config Alert', component: ConfigAlert }, |
||||||
component: UserAdmin, |
|
||||||
}, |
{ path: '/checklist-k3', exact: true, name: 'Checklist K3', component: ChecklistK3 }, |
||||||
// { path: '/user-waspang', exact: true, name: 'User Waspang', component: UserWaspang },
|
{ path: '/absensi', exact: true, name: 'Absensi', component: Absensi }, |
||||||
{ |
{ path: '/divisi-karyawan', exact: true, name: 'Divisi Karyawan', component: DivisiKaryawan }, |
||||||
path: "/divisi-karyawan", |
{ path: '/izin', exact: true, name: 'Izin', component: Izin }, |
||||||
exact: true, |
{ path: '/laporan-alert', exact: true, name: 'Laporan Alert', component: LaporanAlert }, |
||||||
name: "Divisi Karyawan", |
{ path: '/laporan-tugas-karyawan', exact: true, name: 'Laporan Tugas Karyawan', component: LaporanTugas }, |
||||||
component: DivisiKaryawan, |
{ path: '/lembur', exact: true, name: 'Lembur', component: Lembur }, |
||||||
}, |
{ path: '/map/baselayers', exact: true, name: 'Base Layers', component: BaseLayers }, |
||||||
{ path: "/presensi", exact: true, name: "Presensi", component: Presensi }, |
{ path: '/map/config', exact: true, name: 'Config', component: MapConfig }, |
||||||
{ path: "/absensi", exact: true, name: "Absensi", component: Absensi }, |
{ path: '/map/layers', exact: true, name: 'Layers', component: Layers }, |
||||||
{ |
{ path: '/map/layers/:id', exact: true, name: 'Layer Details', component: Layer }, |
||||||
path: "/laporan-tugas-karyawan", |
{ path: '/office-hours', exact: true, name: 'Jam Kerja', component: OfficeHours }, |
||||||
exact: true, |
{ path: '/organization', exact: true, name: 'Organisasi', component: Organization }, |
||||||
name: "Laporan Tugas Karyawan", |
{ path: '/planning-harian', exact: true, name: 'Planning Harian', component: PlanningHarian }, |
||||||
component: LaporanTugas, |
{ path: '/presensi', exact: true, name: 'Presensi', component: Presensi }, |
||||||
}, |
{ path: '/proyek', exact: true, name: 'Created Project', component: Proyek }, |
||||||
{ path: "/izin", exact: true, name: "Izin", component: Izin }, |
{ path: '/proyek-gantt', exact: true, name: 'Gantt Chart Proyek', component: TestGantt }, |
||||||
{ path: "/broadcast", exact: true, name: "Broadcast", component: Broadcast }, |
{ path: '/rate-cost', exact: true, name: 'Rate Cost', component: RateCost }, |
||||||
{ |
{ path: '/schedule-shift', exact: true, name: 'Schedule Shift', component: ScheduleShift }, |
||||||
path: "/panic-button", |
{ path: '/user-admin', exact: true, name: 'User Admin', component: UserAdmin }, |
||||||
exact: true, |
{ path: '/user-shift', exact: true, name: 'Shift', component: UserShift }, |
||||||
name: "Tombol Darurat", |
{ path: '/working-hour', exact: true, name: 'Working Hour', component: Shift }, |
||||||
component: PanicButton, |
|
||||||
}, |
|
||||||
{ path: "/proyek", exact: true, name: "Created Project", component: Proyek }, |
|
||||||
// { path: '/sub-proyek', exact: true, name: 'Subproyek', component: SubProyek },
|
|
||||||
{ path: "/menu", exact: true, name: "Menu", component: Menu }, |
|
||||||
{ path: "/roles", exact: true, name: "Roles", component: Roles }, |
|
||||||
{ path: "/lembur", exact: true, name: "Lembur", component: Lembur }, |
|
||||||
{ |
|
||||||
path: "/organization", |
|
||||||
exact: true, |
|
||||||
name: "Organisasi", |
|
||||||
component: Organization, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/control-monitoring", |
|
||||||
exact: true, |
|
||||||
name: "Control Monitoring", |
|
||||||
component: controlMonitoring, |
|
||||||
}, |
|
||||||
{ path: "/laporan-k3", exact: true, name: "Laporan K3", component: K3 }, |
|
||||||
{ |
|
||||||
path: "/proyek-gantt", |
|
||||||
exact: true, |
|
||||||
name: "Gantt Chart Proyek", |
|
||||||
component: TestGantt, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/config-alert", |
|
||||||
exact: true, |
|
||||||
name: "Config Alert", |
|
||||||
component: ConfigAlert, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/laporan-alert", |
|
||||||
exact: true, |
|
||||||
name: "Laporan Alert", |
|
||||||
component: LaporanAlert, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/control-monitoring-gantt", |
|
||||||
exact: true, |
|
||||||
name: "Control Monitoring Gantt", |
|
||||||
component: ControlMonitoringGantt, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/projects", |
|
||||||
exact: true, |
|
||||||
name: "Projects", |
|
||||||
component: CreatedProyek, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/human-resource", |
|
||||||
exact: true, |
|
||||||
name: "Human Resource", |
|
||||||
component: ResourceWorker, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/material-resource", |
|
||||||
exact: true, |
|
||||||
name: "Material Resource", |
|
||||||
component: ResourceMaterial, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/tools-resource", |
|
||||||
exact: true, |
|
||||||
name: "Tools Resource", |
|
||||||
component: ResourceTools, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/projects/:id/:project/gantt", |
|
||||||
exact: true, |
|
||||||
name: "Gantt", |
|
||||||
component: Gantt, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/planning-harian", |
|
||||||
exact: true, |
|
||||||
name: "Planning Harian", |
|
||||||
component: PlanningHarian, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/presensi-resource", |
|
||||||
exact: true, |
|
||||||
name: "Presensi Resource", |
|
||||||
component: Presensi, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/absensi-resource", |
|
||||||
exact: true, |
|
||||||
name: "Absensi Resource", |
|
||||||
component: Absensi, |
|
||||||
}, |
|
||||||
{ path: "/closing", exact: true, name: "Closing", component: Closing }, |
|
||||||
{ |
|
||||||
path: "/project-type", |
|
||||||
exact: true, |
|
||||||
name: "Project Type", |
|
||||||
component: ProjectType, |
|
||||||
}, |
|
||||||
{ path: "/divisi", exact: true, name: "Divisi", component: Divisi }, |
|
||||||
{ path: "/satuan", exact: true, name: "Satuan", component: Satuan }, |
|
||||||
{ path: "/rate-cost", exact: true, name: "Rate Cost", component: RateCost }, |
|
||||||
{ |
|
||||||
path: "/project-role", |
|
||||||
exact: true, |
|
||||||
name: "Project Role", |
|
||||||
component: ProjectRole, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/working-hour", |
|
||||||
exact: true, |
|
||||||
name: "Working Hour", |
|
||||||
component: Shift, |
|
||||||
}, |
|
||||||
{ path: "/user-shift", exact: true, name: "Shift", component: UserShift }, |
|
||||||
{ |
|
||||||
path: "/schedule-shift", |
|
||||||
exact: true, |
|
||||||
name: "Schedule Shift", |
|
||||||
component: ScheduleShift, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/checklist-k3", |
|
||||||
exact: true, |
|
||||||
name: "Checklist K3", |
|
||||||
component: ChecklistK3, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/dashboard-pmo", |
|
||||||
exact: true, |
|
||||||
name: "Dashboard PMO", |
|
||||||
component: DashboardPMO, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/dashboard-security", |
|
||||||
exact: true, |
|
||||||
name: "Dashboard Security", |
|
||||||
component: DashboardSecurity, |
|
||||||
}, |
|
||||||
{ |
|
||||||
path: "/dashboard-project", |
|
||||||
exact: true, |
|
||||||
name: "Dashboard Project", |
|
||||||
component: DashboardProject, |
|
||||||
}, |
|
||||||
]; |
]; |
||||||
|
|
||||||
export default routes; |
export default routes; |
||||||
|
Loading…
Reference in new issue