X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/88bef712f3c9fb6e7b7e5d1eb7b429da598f4eaf..10176dd693120301ccc9695310c6ecbd7714cf79:/apps/workbench/app/views/users/_tables.html.erb diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb index ebb52019a9..5667951124 100644 --- a/apps/workbench/app/views/users/_tables.html.erb +++ b/apps/workbench/app/views/users/_tables.html.erb @@ -1,7 +1,11 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% if current_user.andand.is_active %>
Recent jobs - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all jobs →"), jobs_path, class: 'pull-right' %> <% if not current_user.andand.is_active or @my_jobs.empty? %>

(None)

@@ -22,7 +26,6 @@ Log Created at Status - Progress <%# Preload collections, logs, and pipeline instance objects %> @@ -59,7 +62,7 @@ - <% if j.success and j.output %> + <% if j.state == "Complete" and j.output %> <% collections = collections_for_object(j.output) %> <% if collections && !collections.empty? %> @@ -96,9 +99,6 @@ - - <%= render partial: 'job_status_label', locals: {:j => j} %> -
<%= render partial: 'job_progress', locals: {:j => j} %> @@ -113,7 +113,7 @@
Recent pipeline instances - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all pipeline instances →"), pipeline_instances_path, class: 'pull-right' %> <% if not current_user.andand.is_active or @my_pipelines.empty? %>

(None)

@@ -172,7 +172,7 @@
Recent collections - <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true, method: 'get'} %> + <%= link_to '(refresh)', {format: :js}, {class: 'refresh', remote: true} %> <%= link_to raw("Show all collections →"), collections_path, class: 'pull-right' %>
<%= form_tag collections_path,