X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/70fa68ef9087dd85d6e18fba2ef11f94ddeb95a4..744ca00ccd1e7fda9d4210b18c1f4a734f3b2261:/apps/workbench/app/views/layouts/application.html.erb diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index a7a9750a3e..a5460c295f 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -14,6 +14,7 @@ + <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> @@ -70,30 +71,42 @@ +
  • Collections (data files)
  • +
  • + Jobs +
  • Pipeline instances
  • Pipeline templates
  • -
  • - Folders -
  •  
  • Repositories
  • - Virtual machines + Virtual machines
  • Humans @@ -116,7 +129,10 @@ Groups
  • - Compute nodes + Compute nodes +
  • +
  • + Keep services
  • Keep disks @@ -140,7 +156,7 @@
  • - <%= link_to_if_arvados_object @object %> + <%= link_to_if_arvados_object @object, {friendly_name: true}, {data: {object_uuid: @object.andand.uuid, name: 'name'}} %>
  • <%= form_tag do |f| %> @@ -220,7 +236,7 @@
  • <% else %> -
  • Log in
  • +
  • Log in
  • <% end %>