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
f3875806
Commit
f3875806
authored
Sep 26, 2014
by
Jerome Mariette
Browse files
bootstrap 3 done!
parent
2aadbab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/example1.html
View file @
f3875806
...
...
@@ -194,6 +194,8 @@
});
$
(
'
#statusModal
'
).
modal
();
$
(
"
#active-workflows-list
"
).
activewf
(
'
reload
'
);
$
(
"
#output_workflow
"
).
unbind
(
'
click
'
,
outputWFHandler
);
$
(
"
#output_workflow
"
).
bind
(
'
click
'
,
{
"
workflow_id
"
:
running_wf
.
id
},
outputWFHandler
);
});
$
(
"
#refresh_workflow
"
).
click
(
function
(){
$
(
'
#statusModalBody
'
).
wfstatus
(
'
reload
'
);
});
...
...
src/js/jflow-wfform.js
View file @
f3875806
...
...
@@ -588,7 +588,7 @@ jQuery.validator.addMethod("exclude_required", function(value, element, options)
'
<dt>${file.name}</dt>
'
,
'
<dd>
'
,
'
<div class="progress">
'
,
'
<div class="
bar bar-success
" style="width: ${parseInt((file.loaded/file.total)*100)}%;"></div>
'
,
'
<div class="
progress-bar progress-bar-success" role="progressbar
" style="width: ${parseInt((file.loaded/file.total)*100)}%;"></div>
'
,
'
</div>
'
,
'
</dd>
'
,
'
{{/each}}
'
,
...
...
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