Sha256: 637580d4a85c0c1b90fb50ecae4231088a1c87fd9986cad738bcef1e5133006c

Contents?: true

Size: 324 Bytes

Versions: 8

Compression:

Stored size: 324 Bytes

Contents

module ForemanInsightsDeprecationsHelper
  def old_plugin_deprecation_warning
    alert(
      class: 'alert-warning',
      close: false,
      text: _('redhat_access plugin is deprecated and will be removed in Satellite 6.10. You can find recommendations for your hosts on hosts index and details pages.')
    )
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.33 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.32 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.29 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.28 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.26 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.25 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.24.1 app/helpers/foreman_insights_deprecations_helper.rb
foreman_rh_cloud-3.0.24 app/helpers/foreman_insights_deprecations_helper.rb