Improve progress view on pipeline_instances.show page and add AJAX
[arvados.git] / apps / workbench / app / views / pipeline_instances / show.js.erb
1 var new_content = "<%= escape_javascript(render template: 'pipeline_instances/show.html') %>";
2 if ($('div.body-content').html() != new_content)
3    $('div.body-content').html(new_content);