Commit 7234215f authored by EKSAD's avatar EKSAD

Outlook PA List

parent 1ed47489
This diff is collapsed.
......@@ -28,7 +28,7 @@ const arraySide = [
{
img: Images.outlookperformance,
label: 'Outlook Performance Appraisal',
path: 'beranda',
path: 'outlook-performance',
subItem: null
},
{
......
......@@ -12,6 +12,7 @@ import ReportItems from '../container/MasterData/ReportItems'
import DashboardCAT from '../container/Laporan/DashboardCAT'
import BudgetTahunan from '../container/BudgetTahunan';
import RollingOutlook from '../container/RollingOutlook';
import OutlookPA from '../container/OutlookPA';
import OperatingIndicator from '../container/OprIndicator/OperatingIndicator'
import MonthlyReport from '../container/MonthlyReport';
import DocumentManagement from '../container/DocumentManagement/DocumentManagement';
......@@ -37,6 +38,10 @@ const routes = [
path: "/home/master-budget",
main: BudgetTahunan
},
{
path: "/home/outlook-performance",
main: OutlookPA
},
{
path: "/home/rolling-outlook",
main: RollingOutlook
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment