Merge branch '10346-rearrange-api-docs' closes #10346
[arvados.git] / apps / workbench / app / models / job_work_unit.rb
index 42a39fcdfd4747323f59915295d6fcbcb03a892f..a3f13f388c9bff38d8f5450633b1e41d1fad338a 100644 (file)
@@ -81,6 +81,11 @@ class JobWorkUnit < ProxyWorkUnit
     state_label.in? ["Queued", "Running"]
   end
 
+  def uri
+    uuid = get(:uuid)
+    "/jobs/#{uuid}"
+  end
+
   def title
     "job"
   end