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
97e361fe
Commit
97e361fe
authored
Aug 24, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
malam2
parent
1c3cf56c
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
375 additions
and
321 deletions
+375
-321
Home.js
src/container/Home.js
+1
-1
Parameter.js
src/container/MasterData/Parameter/Parameter.js
+119
-84
ReportItems.js
src/container/MasterData/ReportItems.js
+139
-131
UnitBisnis.js
src/container/MasterData/UnitBisnis.js
+65
-56
VisualReportItems.js
...container/MasterData/formReportItems/VisualReportItems.js
+46
-44
PopUpFailedSave.js
src/library/PopUpFailedSave.js
+2
-2
Upload.js
src/library/Upload.js
+3
-3
No files found.
src/container/Home.js
View file @
97e361fe
...
...
@@ -588,7 +588,7 @@ export default function MiniDrawer() {
))}
<
/List
>
{
open
&&
<
div
style
=
{{
marginLeft
:
20
,
marginTop
:
5
}}
>
<
div
style
=
{{
marginLeft
:
20
,
marginTop
:
5
,
paddingBottom
:
20
}}
>
<
button
style
=
{{
outline
:
'none'
,
...
...
src/container/MasterData/Parameter/Parameter.js
View file @
97e361fe
This diff is collapsed.
Click to expand it.
src/container/MasterData/ReportItems.js
View file @
97e361fe
This diff is collapsed.
Click to expand it.
src/container/MasterData/UnitBisnis.js
View file @
97e361fe
This diff is collapsed.
Click to expand it.
src/container/MasterData/formReportItems/VisualReportItems.js
View file @
97e361fe
This diff is collapsed.
Click to expand it.
src/library/PopUpFailedSave.js
View file @
97e361fe
...
...
@@ -12,10 +12,10 @@ export default class PopUpFailedSave extends Component {
<
/div
>
<
div
style
=
{{
display
:
'grid'
,
justifyContent
:
'center'
,
marginTop
:
20
}}
>
<
span
style
=
{{
textAlign
:
'center'
,
fontSize
:
14
,
fontWeight
:
'bold'
}}
>
{
`
Maaf, penyimpanan data gagal
.`
}
{
`
Sorry, form save failed
.`
}
<
/span
>
<
span
style
=
{{
textAlign
:
'center'
,
fontSize
:
14
,
fontWeight
:
'bold'
}}
>
{
`
Mohon ulangi beberapa saat lagi
.`
}
{
`
Please try again later
.`
}
<
/span
>
<
/div
>
<
div
style
=
{{
display
:
'grid'
,
justifyContent
:
'center'
,
marginTop
:
24
}}
>
...
...
src/library/Upload.js
View file @
97e361fe
...
...
@@ -70,7 +70,7 @@ class Upload extends Component {
uploadProgress
:
false
,
percentage
:
'0'
})
this
.
setState
({
alertMessage
:
"Unsupported
Media Typ
e"
,
alert
:
true
})
this
.
setState
({
alertMessage
:
"Unsupported
Fil
e"
,
alert
:
true
})
// alert("Unsupported Media Type")
}
}
...
...
@@ -95,11 +95,11 @@ class Upload extends Component {
if
(
this
.
state
.
sizeFile
<
1000
)
{
this
.
props
.
onUpload
()
}
else
{
this
.
setState
({
alertMessage
:
'File
Tidak Boleh Lebih Dari
1MB'
,
alert
:
true
})
this
.
setState
({
alertMessage
:
'File
cannot be more than
1MB'
,
alert
:
true
})
// alert('File Tidak Boleh Lebih Dari 1MB')
}
}
else
{
this
.
setState
({
alertMessage
:
'
File Tidak Mendukung
'
,
alert
:
true
})
this
.
setState
({
alertMessage
:
'
Unsupported File
'
,
alert
:
true
})
// alert('File Tidak Mendukung')
}
}
...
...
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