From: Peter Amstutz Date: Fri, 20 May 2022 14:39:25 +0000 (-0400) Subject: 19129: add missing exit_code from select X-Git-Tag: 2.5.0~159^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/dac27775017bab861a9fe3e3f85766df7cd8f80d 19129: add missing exit_code from select Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index f26d89780b..61ceaf9fec 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0 %> recent_cr_containers = recent_crs.map {|cr| cr.container_uuid}.compact.uniq if recent_cr_containers.andand.any? preload_objects_for_dataclass(Container, recent_cr_containers, nil, - ["uuid", "started_at", "finished_at", "state", "runtime_status", "created_at", "modified_at"]) + ["uuid", "started_at", "finished_at", "state", "runtime_status", "created_at", "modified_at", "exit_code"]) end wus = {}