[ARVADOS] updated: 3273eb53cd985cf13e1e0785ba853af2d0a8c2c6

git at public.curoverse.com git at public.curoverse.com
Wed Jun 4 16:24:11 EDT 2014


Summary of changes:
 apps/workbench/app/views/jobs/_show_status.html.erb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

       via  3273eb53cd985cf13e1e0785ba853af2d0a8c2c6 (commit)
      from  bf7687829f5222375441cf75c7d82d82a4f508c4 (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 3273eb53cd985cf13e1e0785ba853af2d0a8c2c6
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jun 4 16:24:07 2014 -0400

    2882: Removed unnecessary no_reuse options

diff --git a/apps/workbench/app/views/jobs/_show_status.html.erb b/apps/workbench/app/views/jobs/_show_status.html.erb
index eff1e75..a3f38d8 100644
--- a/apps/workbench/app/views/jobs/_show_status.html.erb
+++ b/apps/workbench/app/views/jobs/_show_status.html.erb
@@ -13,7 +13,6 @@
       <% [:script_parameters, :runtime_constraints].each do |d| %>
         <%= hidden_field :job, d, :value => JSON.dump(@object[d]) %>
       <% end %>
-      <%= hidden_field :options, :no_reuse, :value => true %>
       <%= button_tag "Same as this run", {class: 'btn btn-primary', id: "re-run-same-job-button"} %>
     <% end %>
   <% if !@object.supplied_script_version.nil? and !@object.supplied_script_version.empty? and @object.script_version != @object.supplied_script_version%>
@@ -25,9 +24,8 @@
       <% [:script_parameters, :runtime_constraints].each do |d| %>
         <%= hidden_field :job, d, :value => JSON.dump(@object[d]) %>
       <% end %>
-      <%= hidden_field :options, :no_reuse, :value => true %>
-        <%= button_tag "Latest (#{@object.repository}/#{@object.supplied_script_version})", {class: 'btn btn-primary', id: "re-run-latest-job-button"} %>
-      <% end %>
+      <%= button_tag "Latest (#{@object.repository}/#{@object.supplied_script_version})", {class: 'btn btn-primary', id: "re-run-latest-job-button"} %>
+    <% end %>
   <% end %>
 <% end %>
 </div>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list