Merge branch '12033-multisite-search'
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_recent_rows.html.erb
index e8406dc1c710d1a1ab3ba06c270f75b9fac216df..bcf6b2813d3308a0f122a2734086de5c4554c434 100644 (file)
@@ -1,5 +1,9 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% @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>