Merge branch '3187-start-finish-timestamps-tasks-pipelines' into 3187-pipeline-instan...
[arvados.git] / apps / workbench / app / helpers / provenance_helper.rb
index 1cdf53ae1e9dc54d008d6a3f7d9149f4578757eb..e4ef470595955bad022d910fa3ee214ac7212010 100644 (file)
@@ -189,11 +189,6 @@ module ProvenanceHelper
           @pdata.each do |k, job|
             if job[:output] == uuid.to_s
               extra = { label: 'output' }
-              if job[:output_is_persistent]
-                extra[:label] += ' (persistent)'
-                @node_extra[uuid] ||= {}
-                @node_extra[uuid][:penwidth] = 4
-              end
               gr += edge(uuid, job_uuid(job), extra)
               gr += generate_provenance_edges(job[:uuid])
             end