Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <%= form_tag({}, {id: "comparedInstances"}) do |f| %>
6
7 <table class="table table-condensed table-fixedlayout arv-recent-pipeline-instances">
8   <colgroup>
9     <col width="5%" />
10     <col width="15%" />
11     <col width="25%" />
12     <col width="20%" />
13     <col width="15%" />
14     <col width="15%" />
15     <col width="5%" />
16   </colgroup>
17   <thead>
18     <tr class="contain-align-left">
19       <th>
20       </th><th>
21         Status
22       </th><th>
23         Instance
24       </th><th>
25         Template
26       </th><th>
27         Owner
28       </th><th>
29         Created at
30       </th><th>
31       </th>
32     </tr>
33   </thead>
34
35   <tbody data-infinite-scroller="#recent-pipeline-instances" id="recent-pipeline-instances"
36          data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
37   </tbody>
38
39 </table>
40
41 <% end %>