18870: New script to help manage install
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent.html.erb
index cc4b957d25f88c1943c495a032689d50e35a91f2..3aac9309bb99c1a59dfc30a5bb9ca1ad26fc1983 100644 (file)
@@ -1,6 +1,10 @@
-<%= form_tag do |f| %>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<table class="table table-condensed table-fixedlayout">
+SPDX-License-Identifier: AGPL-3.0 %>
+
+<%= form_tag({}, {id: "comparedInstances"}) do |f| %>
+
+<table class="table table-condensed table-fixedlayout arv-recent-pipeline-instances">
   <colgroup>
     <col width="5%" />
     <col width="15%" />
@@ -28,7 +32,7 @@
     </tr>
   </thead>
 
-  <tbody data-infinite-scroller="recent-pipeline-instances-scroll"
+  <tbody data-infinite-scroller="#recent-pipeline-instances" id="recent-pipeline-instances"
          data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
   </tbody>