9372: Corrected dashboard display to list container_requests, not containers as imple...
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent_rows.html.erb
index e8406dc1c710d1a1ab3ba06c270f75b9fac216df..f369c55c951eb4cf23091ee04f85ac46071d4c14 100644 (file)
@@ -1,5 +1,5 @@
 <% @objects.sort_by { |ob| ob.created_at }.reverse.each do |ob| %>
-    <tr data-object-uuid="<%= ob.uuid %>">
+    <tr data-object-uuid="<%= ob.uuid %>" data-kind="<%= ob.kind %>" >
       <td>
         <%= check_box_tag 'uuids[]', ob.uuid, false, :class => 'persistent-selection' %>
       </td><td>