Commit ef36863f authored by Deni Rinaldi's avatar Deni Rinaldi

Merge branch 'riri' into 'master'

Rolling Outlook

See merge request !195
parents 3c9d73d1 f8f7121f
...@@ -211,7 +211,7 @@ export default class ProfitLoss extends Component { ...@@ -211,7 +211,7 @@ export default class ProfitLoss extends Component {
value={value} value={value}
control={ control={
<TextField <TextField
style={{ color: "#5198ea", fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }} style={{ color: "#5198ea", fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text" type="text"
placeholder="" placeholder=""
InputProps={{ disableUnderline: true}} InputProps={{ disableUnderline: true}}
...@@ -233,7 +233,7 @@ export default class ProfitLoss extends Component { ...@@ -233,7 +233,7 @@ export default class ProfitLoss extends Component {
tableMeta.rowData[0] === 2 ? tableMeta.rowData[0] === 2 ?
<span style={{ fontSize: 12, textAlign: 'right' }}> <span style={{ fontSize: 12, textAlign: 'right' }}>
<TextField <TextField
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }} style={{ fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text" type="text"
InputProps={{ disableUnderline: true }} InputProps={{ disableUnderline: true }}
placeholder="" placeholder=""
......
This diff is collapsed.
...@@ -22,7 +22,7 @@ const arraySide = [ ...@@ -22,7 +22,7 @@ const arraySide = [
{ {
img: Images.rolling, img: Images.rolling,
label: 'Rolling Outlook & CAT Revision', label: 'Rolling Outlook & CAT Revision',
path: 'beranda', path: 'rolling-outlook',
subItem: null subItem: null
}, },
{ {
......
...@@ -11,6 +11,7 @@ import Parameter from '../container/MasterData/Parameter/Parameter' ...@@ -11,6 +11,7 @@ import Parameter from '../container/MasterData/Parameter/Parameter'
import ReportItems from '../container/MasterData/ReportItems' import ReportItems from '../container/MasterData/ReportItems'
import DashboardCAT from '../container/Laporan/DashboardCAT' import DashboardCAT from '../container/Laporan/DashboardCAT'
import BudgetTahunan from '../container/BudgetTahunan'; import BudgetTahunan from '../container/BudgetTahunan';
import RollingOutlook from '../container/RollingOutlook';
import OperatingIndicator from '../container/OperatingIndicator/OperatingIndicator' import OperatingIndicator from '../container/OperatingIndicator/OperatingIndicator'
const routes = [ const routes = [
...@@ -34,6 +35,10 @@ const routes = [ ...@@ -34,6 +35,10 @@ const routes = [
path: "/home/master-budget", path: "/home/master-budget",
main: BudgetTahunan main: BudgetTahunan
}, },
{
path: "/home/rolling-outlook",
main: RollingOutlook
},
{ {
path: "/home/profile", path: "/home/profile",
main: Profile main: Profile
......
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