Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ShinyApps
briskaRShinyApp
Commits
14ab921f
Commit
14ab921f
authored
Jun 16, 2020
by
Virgile Baudrot
Browse files
clean dev host
parent
c29981a3
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
R/mod_tabItemDevelopment.R
View file @
14ab921f
...
...
@@ -104,58 +104,6 @@ mod_tabItemDevelopment_ui <- function(id){
plotOutput
(
ns
(
"mapINDIVIDUAL"
))
)
)
),
# fluidRow( # width of fluidrow is 12
# box(title = iconed("Temperature", "chart-bar"),
# solidHeader = TRUE,
# width = 12, status = "warning",
#
# column(width = 2,
# # plot the Figure
# selectizeInput(ns("ctrlDateTemperature"),
# label = "Choose Column Date",
# choices = NULL,
# options = list(
# placeholder = 'Please select column below',
# onInitialize = I('function() { this.setValue(""); }')
# )
# ),
# selectizeInput(ns("ctrlAsDateTemperature"),
# label = "as.Date or Not",
# choices = NULL,
# options = list(
# placeholder = "Choose select 'as.Date' or 'Not'",
# onInitialize = I('function() { this.setValue(""); }')
# )
# ),
# selectizeInput(ns("ctrlTempTemperature"),
# label = "Choose Column Temperature",
# choices = NULL,
# options = list(
# placeholder = 'Please select column below',
# onInitialize = I('function() { this.setValue(""); }')
# )
# ),
# actionButton(ns("goTimeTEMPERATURE"), "Validate")
# ),
# column(width = 3,
# tableOutput(ns("tableTimeTEMPERATURE"))
# ),
# column(width = 3,
# plotOutput(ns("plotTimeTEMPERATURE"))
# )
# )
# ),
fluidRow
(
box
(
title
=
"Next"
,
width
=
12
,
status
=
"primary"
,
solidHeader
=
TRUE
,
p
(
"If it's ok, click next"
),
actionButton
(
'switchExposureTab'
,
"Next"
,
icon
=
icon
(
"forward"
),
style
=
"color: #fff; background-color: #3c8dbc; border-color: #3c8dbc"
)
)
)
)
}
...
...
R/mod_tabItemHost.R
View file @
14ab921f
...
...
@@ -105,17 +105,6 @@ mod_tabItemHost_ui <- function(id){
plotOutput
(
ns
(
"mapSITE"
))
)
)
),
fluidRow
(
box
(
title
=
"Next"
,
width
=
12
,
status
=
"primary"
,
solidHeader
=
TRUE
,
p
(
"If the map on your left seems correct, you can consider to safely click to go to the next step... "
),
actionButton
(
'switchDevelopmentTab'
,
"Next"
,
icon
=
icon
(
"forward"
),
style
=
"color: #fff; background-color: #3c8dbc; border-color: #3c8dbc"
)
)
)
)
}
...
...
Write
Preview
Supports
Markdown
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