15529: LoginCluster uses ApiClientAuthorization.remote_host
[arvados.git] / apps / workbench / app / models / job_task_work_unit.rb
index b4ad6f243d4d394d33f7ec9dbbd17d5957efe1dc..f5cd526c5594988a04f076d2b6ca98c275cafcea 100644 (file)
@@ -1,2 +1,9 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class JobTaskWorkUnit < ProxyWorkUnit
+  def title
+    "job task"
+  end
 end