Sha256: 6b5c0acdf7502f229a0305291f4b99743e793b8eb0a9fecad8d60340c29b523a

Contents?: true

Size: 600 Bytes

Versions: 19

Compression:

Stored size: 600 Bytes

Contents

module RhevHelper
  def rhev_deprecation_alert
    header = _('RHEV integration is deprecated.')
    text = _('On August 31, 2022, Red Hat Virtualization entered the Maintenance Support Phase. The Maintenance Support Phase runs until August 31, 2024, followed by the Extended Life Phase, which runs until August 31, 2026.')
    link = link_to(_('More information'), 'https://access.redhat.com/announcements/6960518', target: '_blank', rel: 'noopener')
    alert = "<strong>#{header}</strong><p>#{text}&nbsp;#{link}</p>"

    content_tag(:div, alert.html_safe, class: 'alert alert-warning')
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.3.1 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.5 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.4 app/helpers/rhev_helper.rb
foreman_theme_satellite-14.3.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-14.2.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.3 app/helpers/rhev_helper.rb
foreman_theme_satellite-14.1.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.2 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.1 app/helpers/rhev_helper.rb
foreman_theme_satellite-14.0.1 app/helpers/rhev_helper.rb
foreman_theme_satellite-14.0.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.3.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.5 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.4 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.3 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.2 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.1 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.2.0 app/helpers/rhev_helper.rb
foreman_theme_satellite-13.1.0 app/helpers/rhev_helper.rb