Sha256: 4023200f5e3b50f5c83e6077a0e95dd2c2f8aa6d593c5bead6fffc8eeeb3e98a

Contents?: true

Size: 619 Bytes

Versions: 8

Compression:

Stored size: 619 Bytes

Contents

Deface::Override.new(
  virtual_path: 'redhat_access/analytics_dashboard/welcome',
  name: 'deprecation_warning',
  insert_before: 'div#welcome',
  text: '<%= old_plugin_deprecation_warning %>'
)

Deface::Override.new(
  virtual_path: 'redhat_access/analytics_dashboard/index',
  name: 'deprecation_warning_index_not_met',
  insert_before: 'article#content',
  text: '<%= old_plugin_deprecation_warning %>'
)

Deface::Override.new(
  virtual_path: 'redhat_access/analytics_dashboard/index',
  name: 'deprecation_warning_index_met',
  insert_before: 'div.main-content',
  text: '<%= old_plugin_deprecation_warning %>'
)

Version data entries

8 entries across 8 versions & 1 rubygems

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