8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent.html.erb
1 <%= form_tag({}, {id: "comparedInstances"}) do |f| %>
2
3 <table class="table table-condensed table-fixedlayout arv-recent-pipeline-instances">
4   <colgroup>
5     <col width="5%" />
6     <col width="15%" />
7     <col width="25%" />
8     <col width="20%" />
9     <col width="15%" />
10     <col width="15%" />
11     <col width="5%" />
12   </colgroup>
13   <thead>
14     <tr class="contain-align-left">
15       <th>
16       </th><th>
17         Status
18       </th><th>
19         Instance
20       </th><th>
21         Template
22       </th><th>
23         Owner
24       </th><th>
25         Created at
26       </th><th>
27       </th>
28     </tr>
29   </thead>
30
31   <tbody data-infinite-scroller="#recent-pipeline-instances" id="recent-pipeline-instances"
32          data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
33   </tbody>
34
35 </table>
36
37 <% end %>