Module: Katello::Concerns::SmartProxiesControllerExtensions
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/controllers/katello/concerns/smart_proxies_controller_extensions.rb
Instance Method Summary collapse
Instance Method Details
#show_with_content ⇒ Object
45 46 47 48 |
# File 'app/controllers/katello/concerns/smart_proxies_controller_extensions.rb', line 45 def show_with_content @task_search_url = main_app.foreman_tasks_tasks_path(:search => "resource_id = #{@smart_proxy.id} AND resource_type = #{@smart_proxy.class}") render 'foreman/smart_proxies/show', :layout => 'katello/layouts/foreman_with_bastion' end |