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
genotoul-bioinfo
ng6
Commits
94e21e6f
Commit
94e21e6f
authored
Aug 06, 2019
by
Romain Therville
🐭
Browse files
Update tx_nG6_pi5.js
The error is displayed when the status is "failed" OR "started".
parent
ec67609f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi5.js
View file @
94e21e6f
...
@@ -183,7 +183,7 @@ $(function () {
...
@@ -183,7 +183,7 @@ $(function () {
}
}
);
);
}
}
else
if
(
statusdata
.
status
==
"
failed
"
)
{
else
if
(
statusdata
.
status
==
"
failed
"
||
statusdata
.
status
==
"
started
"
)
{
modal
.
$body
.
html
([
modal
.
$body
.
html
([
'
<div class="alert alert-danger">
'
,
'
<div class="alert alert-danger">
'
,
'
<p>The workflow has failed, either the login or password is incorrect. </p> <p>The user must have access to the Genotoul infrastructure. </p>
'
,
'
<p>The workflow has failed, either the login or password is incorrect. </p> <p>The user must have access to the Genotoul infrastructure. </p>
'
,
...
...
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