X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/137c26497b8bf7454da2e62842e038f69569604b..7e3496abb1b8c70607df37b6f096c8acd42d714d:/apps/workbench/app/views/collections/_show_files.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 8576d40440..c830e85784 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,7 +1,21 @@ -<% content_for :tab_line_buttons do %> -Collection storage status: -<%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> -<% end %> +
+
+
+
+ + +
+
+
+

<% file_tree = @object.andand.files_tree %> <% if file_tree.nil? or file_tree.empty? %> @@ -9,7 +23,7 @@ <% else %>

@@ -23,7 +37,7 @@