Module: ForemanPuppet::PuppetSmartProxiesHelper
- Defined in:
- app/helpers/foreman_puppet/puppet_smart_proxies_helper.rb
Instance Method Summary collapse
- #host_config_reports_path(*attrs) ⇒ Object
-
#hosts_path(*attrs) ⇒ Object
For dashboard chart to work.
Instance Method Details
#host_config_reports_path(*attrs) ⇒ Object
8 9 10 |
# File 'app/helpers/foreman_puppet/puppet_smart_proxies_helper.rb', line 8 def host_config_reports_path(*attrs) main_app.host_config_reports_path(*attrs) end |
#hosts_path(*attrs) ⇒ Object
For dashboard chart to work
4 5 6 |
# File 'app/helpers/foreman_puppet/puppet_smart_proxies_helper.rb', line 4 def hosts_path(*attrs) main_app.hosts_path(*attrs) end |