[ARVADOS] updated: 31acc5982c7f002944e1c8cecf83ca98cc3c3e76

git at public.curoverse.com git at public.curoverse.com
Sun May 25 00:13:12 EDT 2014


Summary of changes:
 .../app/views/pipeline_instances/_show_components.html.erb       | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

       via  31acc5982c7f002944e1c8cecf83ca98cc3c3e76 (commit)
      from  1e0a693f16e599bb05a11933154da0f73030ecf7 (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 31acc5982c7f002944e1c8cecf83ca98cc3c3e76
Author: radhika <radhika at curoverse.com>
Date:   Sun May 25 00:08:15 2014 -0400

    2756: added a link to job when a job is chosen

diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
index 176c298..8ced326 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
@@ -24,9 +24,10 @@
   <colgroup>
     <col style="width: 15%" />
     <col style="width: 20%" />
+    <col style="width: 15%" />
     <col style="width: 12%" />
     <col style="width: 12%" />
-    <col style="width: 45%" />
+    <col style="width: 26%" />
   </colgroup>
   <thead>
     <tr>
@@ -35,6 +36,8 @@
       </th><th>
         script, version
       </th><th>
+        Job
+      </th><th>
         progress
         <%# format:'js' here helps browsers avoid using the cached js
         content in html context (e.g., duplicate tab -> see
@@ -59,6 +62,10 @@
         <%= pj[:script] %>
         <br /><span class="deemphasize"><%= pj[:script_version] %></span>
       </td><td>
+        <% if pj[:job].andand[:uuid] %>
+          <%= link_to("..."+pj[:job][:uuid].last(15), job_url(id: pj[:job][:uuid])) %>
+        <% end %>
+      </td><td>
         <%= pj[:progress_bar] %>
       </td><td>
         <%= render(partial: 'job_status_label',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list