X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/484f12ee2767535a87272c3899967c29b1e13651..06d6b29b121b80cb975e5d9d29a9a6f9b3763c47:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index 77abb63156..cbe7e37fe5 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -228,24 +228,6 @@ You can try recreating the collection to get a copy with full provenance data." end end - expose_action :webshell do - shell_in_a_box_url_config = Rails.configuration.shell_in_a_box_url - return render_not_found if not shell_in_a_box_url_config - - @webshell_login = params['login'] - @webshell_hostname = params['hostname'] - - if not shell_in_a_box_url_config.end_with?('/') - shell_in_a_box_url_config += '/' - end - @webshell_url = shell_in_a_box_url_config + @webshell_hostname + '/' - - respond_to do |format| - render partial: 'virtual_machines/webshell' - return - end - end - protected def derive_unique_filename filename, manifest_files