Merge branch '8650-container-work-unit' into 9318-dashboard-uses-work-units
[arvados.git] / apps / workbench / app / views / projects / _show_data_collections.html.erb
index a2df49ede2e2844efecf4b14413442c79f147222..991e9b142891ef8ecb6140780ed0ad6493890630 100644 (file)
@@ -1,4 +1,4 @@
 <%= render_pane 'tab_contents', to_string: true, locals: {
     filters: [['uuid', 'is_a', "arvados#collection"]],
-    order: 'collections.name'
+    sortable_columns: { 'name' => 'collections.name', 'description' => 'collections.description' }
     }.merge(local_assigns) %>