19129: add missing exit_code from select
[arvados.git] / apps / workbench / app / views / projects / _show_dashboard.html.erb
index f26d89780b2238d5dc47d07912fd5a1a6832d864..61ceaf9feca2e0eebac11b9f0a0f6fafa5165678 100644 (file)
@@ -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 = {}