X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/30d37841e979eacd15f11cbaf608d507af379a86..f5764a05d616e8d3c55b94503d5a1f789ac66ea7:/apps/workbench/app/views/projects/_show_dashboard.html.erb diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index 69abf04e68..22d89fff6d 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -10,9 +10,6 @@ SPDX-License-Identifier: AGPL-3.0 %> 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? - # fetch children of all the active crs in one call, if there are any - active_crs = recent_crs.each {|cr| cr if (cr.priority.andand > 0 and cr.state != 'Final' and cr.container_uuid)} - wus = {} outputs = [] recent_procs.each do |p| @@ -189,6 +186,16 @@ SPDX-License-Identifier: AGPL-3.0 %> + <% end %> + <% if Container.api_exists?(:index) %> +
+
Container status
+
+
+ <%= render partial: 'container_summary' %> +
+
+
<% end %> <% if Rails.configuration.show_recent_collections_on_dashboard %>