Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / container_requests / _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: "containerRequests"}) do |f| %>
6
7 <table class="table table-condensed table-fixedlayout arv-recent-container-requests">
8   <colgroup>
9     <col width="10%" />
10     <col width="20%" />
11     <col width="20%" />
12     <col width="15%" />
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         Status
21       </th><th>
22         Name
23       </th><th>
24         Description
25       </th><th>
26         Workflow
27       </th><th>
28         Owner
29       </th><th>
30         Created at
31       </th><th>
32       </th>
33     </tr>
34   </thead>
35
36   <tbody data-infinite-scroller="#recent-container-requests" id="recent-container-requests"
37          data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
38   </tbody>
39 </table>
40
41 <% end %>