4084: Move all pane state into $pane, flatten panes with multiple entry points.
[arvados.git] / apps / workbench / app / views / jobs / show.html.erb
index 5f46505dc2487f923f556d6e0ab3c9c74a9d4767..d83bc722a27eb01732db8042fc1e41cc26c1ae62 100644 (file)
@@ -1,14 +1,9 @@
 <% content_for :tab_line_buttons do %>
-  <div id="job-tab-buttons"
-       class="pane-anchor active arv-log-event-listener arv-refresh-on-state-change"
-       href="#job-tab-buttons-pane"
+  <div class="active pane-loaded arv-log-event-listener arv-refresh-on-state-change"
        data-pane-content-url="<%= url_for(params.merge(tab_pane: "job_buttons")) %>"
        data-object-uuid="<%= @object.uuid %>"
-       style="display: inline"
-       >
-    <div id="job-tab-buttons-pane" class="active" style="display: inline">
-      <%= render partial: 'show_job_buttons', locals: {object: @object}%>
-    </div>
+       style="display: inline">
+    <%= render partial: 'show_job_buttons', locals: {object: @object}%>
   </div>
 <% end %>