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