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
CSIRO-INRA
landsepi
Commits
16d1aaba
Commit
16d1aaba
authored
Jun 24, 2021
by
Jean-Francois Rey
☕
Browse files
shiny add message box when simulation went wrong
parent
a7ff55a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
inst/shiny-landsepi/server.R
View file @
16d1aaba
...
...
@@ -756,6 +756,13 @@ server <- function(input, output, session) {
shinyBS
::
addTooltip
(
session
,
"runSimulation"
,
title
=
RUN_SIMULATION
,
placement
=
"top"
,
trigger
=
"hover"
)
can_run_simul
$
landscape
<<-
FALSE
future_process
<-
NULL
shinyalert
::
shinyalert
(
"Oups! Something went wrong !"
,
"Please check inputs"
,
closeOnEsc
=
TRUE
,
showCancelButton
=
TRUE
,
showConfirmButton
=
FALSE
)
0
}
)
%>%
...
...
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