X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/231a86fd3f7e30e9f66d71d92ad7c26578637e37..dac27775017bab861a9fe3e3f85766df7cd8f80d:/apps/workbench/app/views/projects/_container_summary.html.erb 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 %>