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
e1f2c3a8
Commit
e1f2c3a8
authored
Mar 31, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert code
parent
abd3f020
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
.env_staging
.env_staging
+2
-3
app.css
src/assets/sass/app.css
+1
-1
Home.js
src/container/Menu/Home.js
+2
-2
Constant.js
src/library/Constant.js
+1
-1
No files found.
.env_staging
View file @
e1f2c3a8
// contents of .env
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting-
debu
g
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting-
stagin
g
REACT_APP_URL_MAIN_FE=/web-staging
\ No newline at end of file
GENERATE_SOURCEMAP=false
\ No newline at end of file
src/assets/sass/app.css
View file @
e1f2c3a8
.main-color{
background-color: #
319c23
!important;
background-color: #
273b80
!important;
}
/* for staging */
src/container/Menu/Home.js
View file @
e1f2c3a8
...
...
@@ -71,7 +71,7 @@ const useStyles = makeStyles((theme) => ({
easing
:
theme
.
transitions
.
easing
.
sharp
,
duration
:
theme
.
transitions
.
duration
.
enteringScreen
,
}),
backgroundColor
:
'#
319c23
'
backgroundColor
:
'#
273b80
'
},
topleftClose
:
{
borderRight
:
0
,
...
...
@@ -87,7 +87,7 @@ const useStyles = makeStyles((theme) => ({
},
padding
:
20
,
display
:
'flex'
,
backgroundColor
:
'#
319c23
'
backgroundColor
:
'#
273b80
'
},
drawerOpen
:
{
width
:
drawerWidth
,
...
...
src/library/Constant.js
View file @
e1f2c3a8
...
...
@@ -5,7 +5,7 @@ const Constant = {
EMAIL
:
'TOKEN'
,
PASSWORD
:
'PASSWORD'
,
URL_BE_DEV
:
'${process.env.REACT_APP_URL_MAIN_BE}'
,
URL_BE_STAGING
:
'https://tia.eksad.com/tia-reporting-
debu
g'
,
URL_BE_STAGING
:
'https://tia.eksad.com/tia-reporting-
stagin
g'
,
URL_BE_DEMO
:
'https://tia.eksad.com/tia-reporting-demo'
,
URL_BE_PROD
:
'https://dashboard.triputra-group.com/tia-reporting'
,
URL_FE_DEV
:
'https://tia.eksad.com/tia-web-dev'
,
...
...
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