X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f91bae113a348bb049f6391043f8ba9529def694..d14dd75b263d8f999603b66d23f74667d36a2412:/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 4288c691d4..dc70da8bab 100644 --- a/apps/workbench/app/views/projects/index.html.erb +++ b/apps/workbench/app/views/projects/index.html.erb @@ -1,124 +1,7 @@ -
-
-
- <% if my_projects.empty? %> -
-
-

- Welcome to <%= Rails.configuration.site_name %>. -

-
-
- -

- This site runs Arvados, the open source biomedical analysis platform. Learn more… -

-

- To get started, create a project using the "Add new project" button below. -

-
-
- <% end %> -
-
-
- <%= button_to projects_path(method: 'post'), class: 'btn btn-xs btn-primary' do %> - - Add new project - <% end %> -
-

- My projects -

-
-
- <%= render partial: 'index_projects', locals: {tree: my_project_tree, show_root_node: true} %> -
-
-
-
-
-
-

- Projects shared with me -

-
-
- <%= render partial: 'index_projects', locals: {tree: shared_project_tree, show_root_node: false} %> -
-
-
-
- - <%= render partial: 'compute_node_status' %> - -
-
-
-
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' %>