Commit 538a7e59 authored by EKSAD's avatar EKSAD

list rolling outlook

parent 06740938
......@@ -211,7 +211,7 @@ export default class ProfitLoss extends Component {
value={value}
control={
<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"
placeholder=""
InputProps={{ disableUnderline: true}}
......@@ -233,7 +233,7 @@ export default class ProfitLoss extends Component {
tableMeta.rowData[0] === 2 ?
<span style={{ fontSize: 12, textAlign: 'right' }}>
<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"
InputProps={{ disableUnderline: true }}
placeholder=""
......
This diff is collapsed.
......@@ -22,7 +22,7 @@ const arraySide = [
{
img: Images.rolling,
label: 'Rolling Outlook & CAT Revision',
path: 'beranda',
path: 'rolling-outlook',
subItem: null
},
{
......
......@@ -11,6 +11,7 @@ import Parameter from '../container/MasterData/Parameter/Parameter'
import ReportItems from '../container/MasterData/ReportItems'
import DashboardCAT from '../container/Laporan/DashboardCAT'
import BudgetTahunan from '../container/BudgetTahunan';
import RollingOutlook from '../container/RollingOutlook';
import OperatingIndicator from '../container/OperatingIndicator/OperatingIndicator'
const routes = [
......@@ -34,6 +35,10 @@ const routes = [
path: "/home/master-budget",
main: BudgetTahunan
},
{
path: "/home/rolling-outlook",
main: RollingOutlook
},
{
path: "/home/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