X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/30b02581c938c05b804f7510a1fc8e850830b9cd..73d73c7b799ddb60363ddf409d8d301b27c82c00:/apps/workbench/app/views/collections/_show_files.html.erb diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index c3a2c78964..4b63162be0 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -5,6 +5,18 @@ } <% end %> +<% content_for :tab_line_buttons do %> +
+
+
+
+ Collection storage status: + <%= render partial: 'toggle_persist', locals: { uuid: @object.uuid, current_state: (@is_persistent ? 'persistent' : 'cache') } %> +
+
+
+<% end %> +