mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
feat: updated text strings conditioned on local or online runtime.
This commit is contained in:
parent
41e40b770c
commit
fdc0bfed02
1 changed files with 6 additions and 5 deletions
|
|
@ -68,11 +68,12 @@ ui_elements <- function(selection) {
|
||||||
),
|
),
|
||||||
# shiny::tags$script('document.querySelector("#source div").style.width = "100%"'),
|
# shiny::tags$script('document.querySelector("#source div").style.width = "100%"'),
|
||||||
## Update this to change depending on run locally or hosted
|
## Update this to change depending on run locally or hosted
|
||||||
shiny::helpText(
|
shiny::uiOutput(outputId = "data_sample_text"),
|
||||||
i18n$t(
|
# shiny::helpText(
|
||||||
"Upload a file, get data directly from REDCap or use local or sample data."
|
# i18n$t(
|
||||||
)
|
# "Upload a file, get data directly from REDCap or use local or sample data."
|
||||||
),
|
# )
|
||||||
|
# ),
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::br(),
|
shiny::br(),
|
||||||
shiny::conditionalPanel(
|
shiny::conditionalPanel(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue