X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a959f21c8147f26362df392bc3fd3290db69de85..1779b8427b66ae59340570f37c8f34e9ef2228f4:/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 6d79bc4ed9..4c0450c630 100644 --- a/apps/workbench/app/views/projects/index.html.erb +++ b/apps/workbench/app/views/projects/index.html.erb @@ -1,79 +1,15 @@ -<% content_for :breadcrumbs do %> - -
  • Home
  • +<% content_for :js do %> + setInterval(function(){ + $('#dashboard-content').trigger('arv:pane:reload'); + }, 15000); <% end %> -
    -
    -
    - <% 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: false} %> -
    -
    -
    -
    -
    -
    -

    - Shared projects -

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