Sha256: 0ae72ff49febbdf1f78b08af3f4be0a4d269b43cec14d7a9c0c9e0f4f544c629

Contents?: true

Size: 596 Bytes

Versions: 10

Compression:

Stored size: 596 Bytes

Contents

# Add content-host status to the host show page
Deface::Override.new(:virtual_path => "hosts/_overview",
                     :name => "add_system_status_to_host",
                     :insert_after => 'tr:first-child',
                     :partial => '../overrides/foreman/hosts/subscription_status'
)

# Add link to content-host on the host show page
Deface::Override.new(:virtual_path => "hosts/show",
                     :name => "add_system_link_to_host",
                     :insert_bottom => 'td:first',
                     :partial => '../overrides/foreman/hosts/subscription_link'
)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 app/overrides/add_subscription_status.rb
katello-2.4.4 app/overrides/add_subscription_status.rb
katello-2.4.3 app/overrides/add_subscription_status.rb
katello-2.4.2 app/overrides/add_subscription_status.rb
katello-2.4.1 app/overrides/add_subscription_status.rb
katello-2.4.0 app/overrides/add_subscription_status.rb
katello-2.4.0.rc3 app/overrides/add_subscription_status.rb
katello-2.4.0.rc2 app/overrides/add_subscription_status.rb
katello-2.4.0.rc1 app/overrides/add_subscription_status.rb
katello-2.2.2 app/overrides/add_subscription_status.rb