Merge branch 'master' into 4638-ssh-notification
[arvados.git] / apps / workbench / app / views / pipeline_instances / show.html.erb
index 12b291fc9432f88914b35a0a1dfdd6556c2bd275..860e8091b26dd2780974748c145d265ef174cc16 100644 (file)
 <% content_for :tab_line_buttons do %>
 
   <div id="pipeline-instance-tab-buttons"
-       class="pane-anchor active arv-log-event-listener arv-refresh-on-pipeline-state-change"
-       href="#pipeline-instance-tab-buttons-pane"
+       class="pane-loaded arv-log-event-listener arv-refresh-on-state-change"
        data-pane-content-url="<%= url_for(params.merge(tab_pane: "tab_buttons")) %>"
        data-object-uuid="<%= @object.uuid %>"
        >
-    <div id="pipeline-instance-tab-buttons-pane">
-      <%= render partial: 'show_tab_buttons', locals: {object: @object}%>
-    </div>
+    <%= render partial: 'show_tab_buttons', locals: {object: @object}%>
   </div>
 
 <% end %>