Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
mandrill
Commits
0a5b62a6
Commit
0a5b62a6
authored
Oct 08, 2019
by
jlopez
Browse files
Fix typo
parent
e5cc0363
Changes
1
Hide whitespace changes
Inline
Side-by-side
shiny/pages/pages_def_home.R
View file @
0a5b62a6
...
...
@@ -15,7 +15,7 @@ tabHome = fluidPage(align="left",
dateInput
(
"slider_datetime"
,
"Date:"
,
value
=
"2012-02-29"
,
width
=
"100%"
)),
column
(
10
,
sliderInput
(
"jourMandrill"
,
"
Jour
:"
,
width
=
"100%"
,
sliderInput
(
"jourMandrill"
,
"
Plage horraire
:"
,
width
=
"100%"
,
min
=
as.POSIXct
(
"2000-01-01 00:00"
,
tz
=
"GMT+0100"
),
max
=
as.POSIXct
(
"2000-01-01 23:59"
,
tz
=
"GMT+0100"
),
value
=
c
(
as.POSIXct
(
"2000-01-01 06:00"
,
tz
=
"GMT+0100"
),
as.POSIXct
(
"2000-01-01 18:00"
,
tz
=
"GMT+0100"
)),
...
...
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