X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/177a1468e06674e7ff0ff0730b8607fbbd78000b..b4be060bb0ee42281fc3a044c60d2b55c74475f8:/apps/workbench/app/views/projects/index.html.erb diff --git a/apps/workbench/app/views/projects/index.html.erb b/apps/workbench/app/views/projects/index.html.erb index 1e6b333a22..14da3e4ffb 100644 --- a/apps/workbench/app/views/projects/index.html.erb +++ b/apps/workbench/app/views/projects/index.html.erb @@ -1,72 +1,11 @@ -
+<%# Copyright (C) The Arvados Authors. All rights reserved. - <%= render partial: 'compute_node_status' %> +SPDX-License-Identifier: AGPL-3.0 %> -
-
-
-
Pipelines running
-
- <% running_pipelines.each do |p| %> -
- <%= link_to_if_arvados_object p, friendly_name: true %> -
-
- [Progress] <%= p[:modified_at] %> -
- <% end %> -
-
- -
-
Recently finished pipelines
-
- <% finished_pipelines(8).each do |p| %> -
- <%= link_to_if_arvados_object p, friendly_name: true %> -
- <% end %> -
-
-
-
-
-
Recent collections
-
- <% r = recent_collections(8) %> - <% r[:collections].each do |p| %> -
- <%= link_to_if_arvados_object r[:owners][p[:owner_uuid]], friendly_name: true %>/ - <%= p[:modified_at] %> -
-
<%= link_to_if_arvados_object p, friendly_name: true %> -
- <% end %> -
-
-
-
- -
-
-
-
-
- <%= link_to jobs_path, class: 'btn btn-default btn-xs' do %> - All jobs - <% end %> - <%= link_to pipeline_instances_path, class: 'btn btn-default btn-xs' do %> - All pipelines - <% end %> -
-

- Recent jobs and pipelines -

-
-
- <%= render partial: 'index_jobs_and_pipelines' %> -
-
-
-
+
" + data-object-uuid="all" + data-load-throttle="15000" + > + <%= render partial: 'show_dashboard' %>