[ARVADOS] created: 49aa7305a80547bc7fb8c32f1073d7add2506ece
Git user
git at public.curoverse.com
Mon Jan 30 13:10:00 EST 2017
at 49aa7305a80547bc7fb8c32f1073d7add2506ece (commit)
commit 49aa7305a80547bc7fb8c32f1073d7add2506ece
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Mon Jan 30 15:05:33 2017 -0300
10694: Changed the Provenance Graph orientation of Jobs to be the same way as it is rendered on Collections.
diff --git a/apps/workbench/app/controllers/jobs_controller.rb b/apps/workbench/app/controllers/jobs_controller.rb
index f18a79d..60aaeb9 100644
--- a/apps/workbench/app/controllers/jobs_controller.rb
+++ b/apps/workbench/app/controllers/jobs_controller.rb
@@ -30,6 +30,7 @@ class JobsController < ApplicationController
@svg = ProvenanceHelper::create_provenance_graph nodes, "provenance_svg", {
:request => request,
+ :direction => :bottom_up,
:all_script_parameters => true,
:script_version_nodes => true}
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list