Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
c236f723
Commit
c236f723
authored
Oct 05, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
++
parent
72266f36
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
503 additions
and
0 deletions
+503
-0
OutlookPA.js
src/container/OutlookPA.js
+498
-0
homeRoutes.js
src/router/homeRoutes.js
+5
-0
No files found.
src/container/OutlookPA.js
0 → 100644
View file @
c236f723
This diff is collapsed.
Click to expand it.
src/router/homeRoutes.js
View file @
c236f723
...
...
@@ -15,6 +15,7 @@ import RollingOutlook from '../container/RollingOutlook';
import
OperatingIndicator
from
'../container/OprIndicator/OperatingIndicator'
import
MonthlyReport
from
'../container/MonthlyReport'
;
import
DocumentManagement
from
'../container/DocumentManagement/DocumentManagement'
;
import
OutlookPA
from
'../container/OutlookPA'
;
const
routes
=
[
{
...
...
@@ -41,6 +42,10 @@ const routes = [
path
:
"/home/rolling-outlook"
,
main
:
RollingOutlook
},
{
path
:
"/home/outlook-performance"
,
main
:
OutlookPA
},
{
path
:
"/home/profile"
,
main
:
Profile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment