X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3dccfa028282d8b667a7b447ea061b7eecc8618f..f2574ec2e4ddef03c9504cd58741e73426ea1b17:/apps/workbench/app/views/pipeline_instances/_show_components.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb index d935b2da91..b3b5402741 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb @@ -33,7 +33,10 @@ script, version progress - <%= link_to '(refresh)', request.fullpath, class: 'refresh hide', remote: true, method: 'get' %> + <%# format:'js' here helps browsers avoid using the cached js + content in html context (e.g., duplicate tab -> see + javascript) %> + <%= link_to '(refresh)', {format:'js'}, class: 'refresh hide', remote: true, method: 'get' %> output @@ -106,3 +109,5 @@ setInterval(function(){$('a.refresh').click()}, 15000); <%= render partial: 'show_components_editable', locals: {editable: false} %> <% end %> <% end %> + +<%= render partial: 'show_event_log', locals: {object: @object} %>