[ARVADOS] updated: d0b6bb76a0a7478794faebd3e1e5ab94b717596d
git at public.curoverse.com
git at public.curoverse.com
Tue May 13 12:49:55 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_instances/_show_recent.html.erb | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
via d0b6bb76a0a7478794faebd3e1e5ab94b717596d (commit)
from 82393afcb6101fe6f601f6a752589d10b0909f8f (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 d0b6bb76a0a7478794faebd3e1e5ab94b717596d
Author: Tom Clegg <tom at curoverse.com>
Date: Tue May 13 12:49:20 2014 -0400
2821: Add "delete" button to pipeline instances page. closes #2821
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 f7dc138..e9a01dc 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_recent.html.erb
@@ -16,7 +16,8 @@
<col width="25%" />
<col width="20%" />
<col width="15%" />
- <col width="20%" />
+ <col width="15%" />
+ <col width="5%" />
</colgroup>
<thead>
<tr class="contain-align-left">
@@ -31,6 +32,7 @@
Owner
</th><th>
Age
+ </th><th>
</th>
</tr>
</thead>
@@ -51,12 +53,14 @@
<%= link_to_if_arvados_object ob.owner_uuid, friendly_name: true %>
</td><td>
<%= distance_of_time_in_words(ob.created_at, Time.now) %>
+ </td><td>
+ <%= render partial: 'delete_object_button', locals: {object:ob} %>
</td>
</tr>
<tr>
<td style="border-top: 0;" colspan="2">
</td>
- <td style="border-top: 0; opacity: 0.5;" colspan="5">
+ <td style="border-top: 0; opacity: 0.5;" colspan="6">
<% ob.components.each do |cname, c| %>
<% if c[:job] %>
<%= render partial: "job_status_label", locals: {:j => c[:job], :title => cname.to_s } %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list