Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
f48b6f3c
Commit
f48b6f3c
authored
3 years ago
by
santhosh
Browse files
Options
Download
Email Patches
Plain Diff
ui
parent
f67f01ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UserComponents/UserDashboard.js
+3
-5
src/UserComponents/UserDashboard.js
with
3 additions
and
5 deletions
+3
-5
src/UserComponents/UserDashboard.js
View file @
f48b6f3c
...
...
@@ -975,7 +975,7 @@ export default class UserDashboard extends Component {
<
Image
style
=
{{
width
:
25
,
height
:
25
}}
source
=
{
require
(
'
../Images/add.png
'
)}
/
>
<
Text
style
=
{{
width
:
1
5
0
,
borderRadius
:
20
,
height
:
45
,
flexDirection
:
'
row
'
,
color
:
'
white
'
,
padding
:
5
}}
>
<
Text
style
=
{{
width
:
1
2
0
,
borderRadius
:
20
,
height
:
45
,
flexDirection
:
'
row
'
,
color
:
'
white
'
,
padding
:
5
}}
>
Add
New
Project
<
/Text
>
<
/View
>
...
...
@@ -993,7 +993,7 @@ export default class UserDashboard extends Component {
</TouchableOpacity>
</View> */
}
<
View
style
=
{{
marginTop
:
5
,
margin
Righ
t
:
1
5
}}
>
<
View
style
=
{{
marginTop
:
5
,
margin
Lef
t
:
1
0
}}
>
<
ModalSelector
style
=
{{
backgroundColor
:
'
transparent
'
,
borderColor
:
'
transparent
'
,
}}
data
=
{
this
.
state
.
dataSource
}
...
...
@@ -1001,9 +1001,7 @@ export default class UserDashboard extends Component {
optionContainerStyle
=
{{
backgroundColor
:
'
white
'
}}
onChange
=
{(
itemValue
)
=>
{
this
.
UpdateStatus1
(
itemValue
.
label
)
}}
>
<
View
style
=
{{
width
:
160
,
borderRadius
:
20
,
height
:
45
,
marginTop
:
5
,
flexDirection
:
'
row
'
}}
>
<
Text
style
=
{{
marginTop
:
15
,
color
:
'
white
'
,
width
:
120
,
}}
>
{
this
.
state
.
status
}
<
/Text
>
<
Icon
name
=
"
chevron-down
"
size
=
{
20
}
style
=
{{
color
:
'
white
'
,
marginTop
:
12
,
}}
/
>
<
/View
>
...
...
@@ -1012,7 +1010,7 @@ export default class UserDashboard extends Component {
<
/View
>
<
View
style
=
{{
marginTop
:
20
,
margin
Righ
t
:
3
5
,
flexDirection
:
'
row
'
,
marginLeft
:
-
20
}}
>
<
View
style
=
{{
marginTop
:
20
,
margin
Lef
t
:
2
5
,
flexDirection
:
'
row
'
,
marginLeft
:
-
20
}}
>
<
TouchableOpacity
onPress
=
{
this
.
logOutOption
.
bind
(
this
)}
>
{
/* <Text style={{ borderRadius: 20, height: 45,color: 'white' }}>Logout</Text> */
}
<
Icon
name
=
"
power-off
"
style
=
{{
color
:
'
white
'
}}
size
=
{
25
}
/
>
...
...
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