8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / container_requests / _show_recent.html.erb
1 <%= form_tag({}, {id: "containerRequests"}) do |f| %>
2
3 <table class="table table-condensed table-fixedlayout arv-recent-container-requests">
4   <colgroup>
5     <col width="10%" />
6     <col width="20%" />
7     <col width="20%" />
8     <col width="15%" />
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         Status
17       </th><th>
18         Name
19       </th><th>
20         Description
21       </th><th>
22         Workflow
23       </th><th>
24         Owner
25       </th><th>
26         Created at
27       </th><th>
28       </th>
29     </tr>
30   </thead>
31
32   <tbody data-infinite-scroller="#recent-container-requests" id="recent-container-requests"
33          data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
34   </tbody>
35 </table>
36
37 <% end %>