Sha256: ea52e156416354fe150ac8f10289b54c51ae411d65fc68df5789bfb17e9d13fa

Contents?: true

Size: 493 Bytes

Versions: 73

Compression:

Stored size: 493 Bytes

Contents

module ForemanInsightsHostHelper
  def insights_host_overview_buttons(host)
    search_condition = "hostname=#{host.fqdn}"
    [
      {
        button: link_to_if_authorized(
          _("Recommendations"),
          hash_for_foreman_rh_cloud_insights_cloud_path(
            search: search_condition,
            select_all: true
          ),
          title: _("Host Insights recommendations"),
          class: 'btn btn-default'
        ),
        priority: 1000,
      },
    ]
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
foreman_rh_cloud-10.0.3 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-11.0.3 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.59 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-11.0.2 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-11.0.1 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-11.0.0 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.58 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-10.0.2 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.57 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-10.0.1 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.56 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.55 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.54 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.53 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.52 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-8.0.52 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-9.0.51 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-8.0.51 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-7.0.48 app/helpers/foreman_insights_host_helper.rb
foreman_rh_cloud-7.0.47 app/helpers/foreman_insights_host_helper.rb