6602: remove render_runtime_compact; instead use render_runtime with use_words =...
[arvados.git] / apps / workbench / app / controllers / actions_controller.rb
index 77abb6315615552394e732c043c877855b432a18..cbe7e37fe5ca4c7f38b1b642db9f62294414aacb 100644 (file)
@@ -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