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