X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8f46cb4ad6974b0fc54acc9c9f16fbea7573d75d..fed9f70cdc99a3bc94a54bf1d182b13204a597be:/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 8ea2e6cc18..2e5c8a3b7f 100644 --- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb @@ -1,44 +1,91 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<% sortable_columns = {} if local_assigns[:sortable_columns].nil? %>
- +
+
+ + +
- +
@@ -46,15 +93,25 @@ - + - - + <% sort_order = sortable_columns['name'].gsub(/\s/,'') if sortable_columns['name'] %> + + <% sort_order = sortable_columns['description'].gsub(/\s/,'') if sortable_columns['description'] %> +
namedescription + data-sort-order='<%= sort_order %>' + <% end %> > + name + + data-sort-order='<%= sort_order %>' + <% end %> > + description +