X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e7d49ab46462902a98d812b69d7257d837f85e90..f824f854b26dbf5e6c1d10dc3eb4689349dd71fe:/apps/workbench/config/routes.rb diff --git a/apps/workbench/config/routes.rb b/apps/workbench/config/routes.rb index 4161484679..5d02e57ac7 100644 --- a/apps/workbench/config/routes.rb +++ b/apps/workbench/config/routes.rb @@ -13,6 +13,7 @@ ArvadosWorkbench::Application.routes.draw do get "report_issue_popup" => 'actions#report_issue_popup', :as => :report_issue_popup post "report_issue" => 'actions#report_issue', :as => :report_issue get "star" => 'actions#star', :as => :star + get "all_processes" => 'work_units#index', :as => :all_processes resources :nodes resources :humans resources :traits @@ -98,6 +99,8 @@ ArvadosWorkbench::Application.routes.draw do get 'choose', :on => :collection end + resources :workflows + post 'actions' => 'actions#post' get 'actions' => 'actions#show' get 'websockets' => 'websocket#index'