19129: add missing exit_code from select
[arvados.git] / apps / workbench / app / views / projects / _show_dashboard.html.erb
index 6c58cd30fc723f7a662b2b6b6728cb719519136b..61ceaf9feca2e0eebac11b9f0a0f6fafa5165678 100644 (file)
@@ -8,7 +8,10 @@ SPDX-License-Identifier: AGPL-3.0 %>
   # preload container_uuids of any container requests
   recent_crs = recent_procs.map {|p| p if p.is_a?(ContainerRequest)}.compact.uniq
   recent_cr_containers = recent_crs.map {|cr| cr.container_uuid}.compact.uniq
-  preload_objects_for_dataclass(Container, recent_cr_containers) if recent_cr_containers.andand.any?
+  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", "exit_code"])
+  end
 
   wus = {}
   outputs = []