X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/88d0dd00d5002bfcbbfe6949884b3aca0fa9c41e..545282711fe66e35cc486243e41b70cc82551e21:/apps/workbench/app/views/authorized_keys/index.html.erb diff --git a/apps/workbench/app/views/authorized_keys/index.html.erb b/apps/workbench/app/views/authorized_keys/index.html.erb index 99ab69bc3a..433297780c 100644 --- a/apps/workbench/app/views/authorized_keys/index.html.erb +++ b/apps/workbench/app/views/authorized_keys/index.html.erb @@ -1,49 +1,10 @@ - - - - - - - +<%= render partial: 'application/index' %> - <% @objects.sort_by { |ak| ak[:created_at] }.reverse.each do |ak| %> +
- - - - - <% end %> - <% if @objects.count == 0 %> - - - - <% end %> - - -
- id - - owner - - name - - key type - - public key - - expires -
- <%= link_to_if_arvados_object ak %> - - <%= render_editable_attribute ak, 'owner' %> - - <%= render_editable_attribute ak, 'name' %> - - <%= render_editable_attribute ak, 'key_type' %> - - <%= render_editable_attribute ak, 'public_key' %> - - <%= render_editable_attribute ak, 'expires_at' %> -
- (no authorized keys) -
+

+ See also: + <%= link_to raw('Arvados Docs → User Guide → SSH access'), + "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html", + target: "_blank"%>. +