X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e69f5346c474da7b2244546db4476f8ca21946f..52bf3c0924da239488fff3ed9907c3478ee44e6b:/apps/workbench/app/views/layouts/application.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index d87399110f..c2be7c9c34 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,34 @@ +
  • Collections (data files)
  • +
  • + Jobs +
  • Pipeline instances
  • Pipeline templates
  • -
  • - Folders -
  •  
  • Repositories
  • - Virtual machines + Virtual machines
  • Humans @@ -116,7 +121,10 @@ Groups
  • - Compute nodes + Compute nodes +
  • +
  • + Keep services
  • Keep disks @@ -140,7 +148,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| %> @@ -178,6 +186,7 @@ @@ -219,7 +228,7 @@
  • <% else %> -
  • Log in
  • +
  • Log in
  • <% end %> @@ -238,5 +247,6 @@ <%= yield :footer_js %> <% end %> +