8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / projects / _show_pipeline_templates.html.erb
1 <%= render_pane 'tab_contents', to_string: true, locals: {
2     limit: 50,
3     filters: [['uuid', 'is_a', ["arvados#pipelineTemplate", "arvados#workflow"]]],
4         sortable_columns: { 'name' => 'pipeline_templates.name, workflows.name', 'description' => 'pipeline_templates.description, workflows.description' }
5     }.merge(local_assigns) %>