X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/661599a2479c8eb69e644fe3e41d9162b52da316..b3a016e9a47d453b5ae4d287d8b6eaafd69971df:/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..01a77cdd61 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, @@ -251,7 +251,7 @@ Your account must be activated by an Arvados administrator. If this is your first time accessing Arvados and would like to request access, or you believe you are seeing the page in error, please - <%= link_to "contact us", Rails.configuration.activation_contact_link %>. + <%= link_to "contact us", Rails.configuration.Workbench.ActivationContactLink %>. You should receive an email at the address you used to log in when your account is activated. In the mean time, you can <%= link_to "learn more about Arvados", "https://arvados.org/projects/arvados/wiki/Introduction_to_Arvados" %>, @@ -259,7 +259,7 @@

<%= link_to raw('Contact us ✉'), - Rails.configuration.activation_contact_link, class: "pull-right btn btn-primary" %>

+ Rails.configuration.Workbench.ActivationContactLink, class: "pull-right btn btn-primary" %>