Advertise filters param in discovery doc.
[arvados.git] / apps / workbench / app / views / pipeline_instances / show.js.erb
1 <% self.formats = [:html] %>
2 var new_content = "<%= escape_javascript(render template: 'pipeline_instances/show') %>";
3 if ($('div.body-content').html() != new_content)
4    $('div.body-content').html(new_content);