X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f824f854b26dbf5e6c1d10dc3eb4689349dd71fe..9be8a468534acaf324e9c18b831677f0ae067e60:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 5d02e57ac7..7c2312c1ce 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -14,6 +14,10 @@ ArvadosWorkbench::Application.routes.draw do post "report_issue" => 'actions#report_issue', :as => :report_issue 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 do + post 'show_child_component', :on => :member + end resources :nodes resources :humans resources :traits