Sha256: b3576e1ddaafa0e35de330ccfce495cfb8433cfbcf35e053edc5d1cc181beec0
Contents?: true
Size: 1.16 KB
Versions: 64
Compression:
Stored size: 1.16 KB
Contents
Katello::Engine.routes.draw do scope :katello, :path => '/katello' do match ':kt_path/auto_complete_search', :action => :auto_complete_search, :controller => :auto_complete_search, :via => :get resources :sync_management, :only => [:destroy] do collection do get :index get :sync_status post :sync end end if Katello.with_remote_execution? match '/remote_execution' => 'remote_execution#create', :via => [:post] end end get '/katello/providers/redhat_provider', to: redirect('/redhat_repositories') match '/redhat_repositories' => 'react#index', :via => [:get] match '/subscriptions' => 'react#index', :via => [:get] match '/subscriptions/*page' => 'react#index', :via => [:get] match '/module_streams' => 'react#index', :via => [:get] match '/module_streams/*page' => 'react#index', :via => [:get] match '/ansible_collections' => 'react#index', :via => [:get] match '/ansible_collections/*page' => 'react#index', :via => [:get] match '/labs' => 'react#index', :via => [:get] match '/labs/*page' => 'react#index', :via => [:get] match '/organization_select' => 'react#index', :via => [:get] end
Version data entries
64 entries across 64 versions & 1 rubygems
Version | Path |
---|---|
katello-3.16.0.rc2.1 | config/routes.rb |
katello-3.16.0.rc2 | config/routes.rb |
katello-3.16.0.rc1.1 | config/routes.rb |
katello-3.16.0.rc1 | config/routes.rb |