X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..371ce4b14c96e0f515586c55387d95c17e1670b3:/apps/workbench/app/views/projects/_show_tab_contents.html.erb 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 fe9595a527..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,76 +9,88 @@
+
+ + +
- +
+ @@ -85,6 +101,7 @@ + <% sort_order = sortable_columns['name'].gsub(/\s/,'') if sortable_columns['name'] %>
data-sort-order='<%= sort_order %>'