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
0ee4456d
Commit
0ee4456d
authored
Aug 25, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'deni-dev(pc)' into 'master'
update dashboard See merge request
!179
parents
beefeaea
dd31a8d8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
250 additions
and
215 deletions
+250
-215
TaxPlanning.js
src/container/BudgetTahunan/TaxPlanning.js
+89
-213
DashboardCAT.js
src/container/Laporan/DashboardCAT.js
+3
-2
StrategiMap.js
src/container/Laporan/StrategiMap.js
+158
-0
No files found.
src/container/BudgetTahunan/TaxPlanning.js
View file @
0ee4456d
This diff is collapsed.
Click to expand it.
src/container/Laporan/DashboardCAT.js
View file @
0ee4456d
import
React
,
{
Component
}
from
'react'
import
{
Typography
,
MenuItem
,
TextField
,
AppBar
,
Paper
,
Tabs
,
Tab
}
from
'@material-ui/core'
import
ExceutiveScoreboard
from
'./ExceutiveScoreboard'
import
StrategiMap
from
'./StrategiMap'
export
default
class
DashboardCAT
extends
Component
{
constructor
(
props
)
{
...
...
@@ -36,7 +37,7 @@ export default class DashboardCAT extends Component {
<
div
className
=
{
"main-color"
}
style
=
{{
padding
:
27
}}
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'white'
}}
>
ON
CHANGE
CAT
<
/Typography
>
<
/div
>
<
div
className
=
"padding-20px"
>
<
div
className
=
"padding-20px"
style
=
{{
minWidth
:
'max-content'
}}
>
<
div
style
=
{{
marginTop
:
20
}}
>
<
TextField
style
=
{{
width
:
250
,
}}
...
...
@@ -82,7 +83,7 @@ export default class DashboardCAT extends Component {
<
ExceutiveScoreboard
height
=
{
this
.
props
.
height
}
/
>
:
this
.
state
.
tab
===
1
?
<
span
>
Testt
<
/span
>
<
StrategiMap
height
=
{
this
.
props
.
height
}
/
>
:
<
span
>
Test2
<
/span
>
}
...
...
src/container/Laporan/StrategiMap.js
0 → 100644
View file @
0ee4456d
This diff is collapsed.
Click to expand it.
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