X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32002eb6e87a391d1fad2b1b206dbc74d6659fc5..371ce4b14c96e0f515586c55387d95c17e1670b3:/apps/workbench/app/views/projects/_show_tab_contents.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb index bf8e4667cf..4b37cda2df 100644 --- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% sortable_columns = {} if local_assigns[:sortable_columns].nil? %>
@@ -5,79 +9,88 @@
+
+ + +
- +
+ @@ -88,6 +101,7 @@ + <% sort_order = sortable_columns['name'].gsub(/\s/,'') if sortable_columns['name'] %>
data-sort-order='<%= sort_order %>'