X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c4916927cdfad0fff3cc8b121405b2518dcabb26..965565ddc62635928a6b043158fd683738961c8c:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 7f78548641..21cb7c40bc 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -15,7 +15,9 @@ ArvadosWorkbench::Application.routes.draw do get "star" => 'actions#star', :as => :star get "all_processes" => 'work_units#index', :as => :all_processes get "choose_work_unit_templates" => 'work_unit_templates#choose', :as => :choose_work_unit_templates - resources :work_units + resources :work_units do + post 'show_child_component', :on => :member + end resources :nodes resources :humans resources :traits @@ -24,6 +26,7 @@ ArvadosWorkbench::Application.routes.draw do resources :containers resources :container_requests do post 'cancel', :on => :member + post 'copy', on: :member end get '/virtual_machines/:id/webshell/:login' => 'virtual_machines#webshell', :as => :webshell_virtual_machine resources :authorized_keys