[ARVADOS] updated: f0abaec0c637772b781993a63b98aab85072eb97

git at public.curoverse.com git at public.curoverse.com
Mon Jul 21 18:27:44 EDT 2014


Summary of changes:
 apps/workbench/app/views/pipeline_instances/_show_recent.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f0abaec0c637772b781993a63b98aab85072eb97 (commit)
      from  4d0866e5d005b1c1631c80809a4757037b6dac1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f0abaec0c637772b781993a63b98aab85072eb97
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Jul 21 18:27:03 2014 -0400

    Fix extra row left behind after deleting a pipeline instance. closes #2929

diff --git a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
index fc67e17..0046b56 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
@@ -57,7 +57,7 @@
         <%= render partial: 'delete_object_button', locals: {object:ob} %>
       </td>
     </tr>
-    <tr>
+    <tr data-object-uuid="<%= ob.uuid %>">
       <td style="border-top: 0;" colspan="2">
       </td>
       <td style="border-top: 0; opacity: 0.5;" colspan="6">

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list