Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
0a2f630c
Commit
0a2f630c
authored
Nov 16, 2015
by
Ibouniyamine Nabihoudine
Browse files
No commit message
No commit message
parent
a176dc05
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
src/js/jflow-activewf.js
View file @
0a2f630c
...
...
@@ -45,7 +45,7 @@
'
<div class="blockG" id="rotateG_06"></div>
'
,
'
<div class="blockG" id="rotateG_07"></div>
'
,
'
<div class="blockG" id="rotateG_08"></div>
'
,
'
</div></div> <div class="col-md-8">Please wait until modul is being loaded!</div></div></div>
'
].
join
(
'
\n
'
),
'
</div></div> <div class="col-md-8">Please wait until modul
e
is being loaded!</div></div></div>
'
].
join
(
'
\n
'
),
url
=
this
.
options
.
serverURL
+
'
/get_workflows_status?
'
;
if
(
this
.
options
.
metadataFilter
.
length
>
0
)
{
url
+=
'
metadata_filter=
'
+
this
.
options
.
metadataFilter
.
join
(
'
,
'
)
+
'
&
'
;
...
...
src/js/jflow-availablewf.js
View file @
0a2f630c
...
...
@@ -45,7 +45,7 @@
'
<div class="blockG" id="rotateG_06"></div>
'
,
'
<div class="blockG" id="rotateG_07"></div>
'
,
'
<div class="blockG" id="rotateG_08"></div>
'
,
'
</div></div> <div class="col-md-8">Please wait until modul is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
'
</div></div> <div class="col-md-8">Please wait until modul
e
is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
$this
.
$element
.
html
(
waiting_animation
);
$
.
ajax
({
url
:
this
.
options
.
serverURL
+
'
/get_available_workflows?filter_groups=
'
+
this
.
options
.
filter_groups
.
join
(
'
,
'
)
+
'
&select=
'
+
this
.
options
.
select
+
'
&callback=?
'
,
...
...
src/js/jflow-wfform.js
View file @
0a2f630c
...
...
@@ -568,7 +568,7 @@ Handsontable.cellTypes["bootdate"] = Handsontable.BootstrapDateCell;
'
<div class="blockG" id="rotateG_06"></div>
'
,
'
<div class="blockG" id="rotateG_07"></div>
'
,
'
<div class="blockG" id="rotateG_08"></div>
'
,
'
</div></div> <div class="col-md-8">Please wait until modul is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
'
</div></div> <div class="col-md-8">Please wait until modul
e
is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
$this
.
$element
.
html
(
waiting_animation
);
$
.
ajax
({
url
:
this
.
options
.
serverURL
+
'
/get_available_workflows?callback=?
'
,
...
...
src/js/jflow-wfoutputs.js
View file @
0a2f630c
...
...
@@ -45,7 +45,7 @@
'
<div class="blockG" id="rotateG_06"></div>
'
,
'
<div class="blockG" id="rotateG_07"></div>
'
,
'
<div class="blockG" id="rotateG_08"></div>
'
,
'
</div></div> <div class="col-md-8">Please wait until modul is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
'
</div></div> <div class="col-md-8">Please wait until modul
e
is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
$this
.
$element
.
html
(
waiting_animation
);
if
(
this
.
options
.
workflowID
)
{
params
=
"
workflow_id=
"
+
this
.
options
.
workflowID
+
"
&
"
;
}
$
.
ajax
({
...
...
src/js/jflow-wfstatus.js
View file @
0a2f630c
...
...
@@ -87,7 +87,7 @@
'
<div class="blockG" id="rotateG_06"></div>
'
,
'
<div class="blockG" id="rotateG_07"></div>
'
,
'
<div class="blockG" id="rotateG_08"></div>
'
,
'
</div></div> <div class="col-md-8">Please wait until modul is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
'
</div></div> <div class="col-md-8">Please wait until modul
e
is being loaded!</div></div></div>
'
].
join
(
'
\n
'
);
$this
.
$element
.
html
(
waiting_animation
);
if
(
this
.
options
.
workflowID
)
{
params
=
"
workflow_id=
"
+
this
.
options
.
workflowID
+
"
&
"
;
}
params
+=
"
display=
"
+
this
.
options
.
display
+
"
&
"
;
...
...
src/js/jflow.min.js
View file @
0a2f630c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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