X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/043a17b21c0f18eaaddcdd5d1144989c1d48e3e2..949d940b5f75114f86d381c347f0ba8f26b3e9b9:/apps/workbench/app/views/users/_setup_popup.html.erb diff --git a/apps/workbench/app/views/users/_setup_popup.html.erb b/apps/workbench/app/views/users/_setup_popup.html.erb index 412d211715..3b3794bf50 100644 --- a/apps/workbench/app/views/users/_setup_popup.html.erb +++ b/apps/workbench/app/views/users/_setup_popup.html.erb @@ -1,108 +1,77 @@ - - <% if @object%> - <% uuid = @object.uuid %> - <% email = @object.email %> - <% end %> - <% disable_email = uuid != nil %> - <% identity_url_prefix = @current_selections[:identity_url_prefix] %> - <% disable_url_prefix = identity_url_prefix != nil %> - <% selected_repo = @current_selections[:repo_name] %> - <% selected_vm = @current_selections[:vm_uuid] %> - - <%= form_tag setup_user_path, {id: 'setup_form', name: 'setup_form', method: 'get', - class: 'form-search', remote: true} do %> - -
- - - <% if disable_email %> - - - <% else %> - - - <% end %> - - - <% if disable_url_prefix %> - - - <% else %> - - - <% end %> - - - - - - - - -
Email Email
Identity URL Prefix   Openid Prefix
Repository Name -
Virtual Machine - -
-
- <% end %> - +SPDX-License-Identifier: AGPL-3.0 %> - - - + <% end #form %> + +