From: Ward Vandewege Date: Fri, 15 Apr 2022 17:28:09 +0000 (-0400) Subject: 18995: add scope to all tags that are missing one. X-Git-Tag: 2.5.0~203^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/0ceaaf049f7042e54ccdafaded9fa4f7de4bdb8b 18995: add scope to all tags that are missing one. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/apps/workbench/app/views/projects/_compute_node_summary.html.erb b/apps/workbench/app/views/projects/_compute_node_summary.html.erb index 40a212e5b6..474fc7b9f5 100644 --- a/apps/workbench/app/views/projects/_compute_node_summary.html.erb +++ b/apps/workbench/app/views/projects/_compute_node_summary.html.erb @@ -13,8 +13,8 @@ SPDX-License-Identifier: AGPL-3.0 %> <%= nodes.select {|n| n.crunch_worker_state == "idle" }.size %> - Busy nodes - Idle nodes + Busy nodes + Idle nodes diff --git a/apps/workbench/app/views/projects/_container_summary.html.erb b/apps/workbench/app/views/projects/_container_summary.html.erb index 2df4d81c0f..c40ee370bd 100644 --- a/apps/workbench/app/views/projects/_container_summary.html.erb +++ b/apps/workbench/app/views/projects/_container_summary.html.erb @@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0 %> - Pending containers - Running containers + Pending containers + Running containers <% pending_containers = Container.order("created_at asc").filter([["state", "in", ["Queued", "Locked"]], ["priority", ">", 0]]).limit(1) %> @@ -19,8 +19,8 @@ SPDX-License-Identifier: AGPL-3.0 %> <%= running_containers.items_available %> - Oldest pending - Longest running + Oldest pending + Longest running <% if pending_containers.first then %> diff --git a/apps/workbench/app/views/users/activity.html.erb b/apps/workbench/app/views/users/activity.html.erb index 9df4b1fce3..64be1ea4a7 100644 --- a/apps/workbench/app/views/users/activity.html.erb +++ b/apps/workbench/app/views/users/activity.html.erb @@ -24,9 +24,9 @@ table#users-activity-table .cell-for-span-Last-month { <% end %> - User + User <% @spans.each do |span, start_at, end_at| %> - + <%= span %>
<%= start_at.strftime('%b %-d') %> @@ -37,9 +37,9 @@ table#users-activity-table .cell-for-span-Last-month { <% @spans.each do |span, _| %> - Logins - Jobs - Pipelines + Logins + Jobs + Pipelines <% end %> diff --git a/apps/workbench/app/views/users/storage.html.erb b/apps/workbench/app/views/users/storage.html.erb index 151ea8bb93..2a5265c408 100644 --- a/apps/workbench/app/views/users/storage.html.erb +++ b/apps/workbench/app/views/users/storage.html.erb @@ -17,21 +17,21 @@ table#users-storage-table .byte-value { - User - + User + Collections Read Size - + Collections Persisted Storage - Measured At + Measured At <% 2.times do %> - + Total (unweighted) - + Shared (weighted) <% end %>