Sha256: 076042d469f68617f75e994f72f0729290b6a7f6b11dfce376c8d7f348232696
Contents?: true
Size: 1.99 KB
Versions: 15
Compression:
Stored size: 1.99 KB
Contents
# File that covers update of bootdisk help page. Bootdisk plugin allows four types of bootdisk. Satellite supports only # two of them. # removing Host image from bootdisk help page Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove header for host image", :replace => "div#welcome h3:nth-of-type(1)", :text => '') Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove first paragraph of host image", :replace => "div#welcome p:nth-of-type(4)", :text => '') Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove second paragraph of host image", :replace => "div#welcome p:nth-of-type(4)", :text => '') # removing Generic image from bootdisk help page Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove header of generic image", :replace => "div#welcome h3:nth-of-type(2)", :text => '') Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove first paragraph of generic image", :replace => "div#welcome p:nth-of-type(6)", :text => '') Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove second paragraph of generic image", :replace => "div#welcome p:nth-of-type(6)", :text => '') # removing note about disabled bootdisk types Deface::Override.new(:virtual_path => "foreman_bootdisk/disks/help", :name => "remove * note", :replace => "div#welcome p:nth-of-type(8)", :text => '')
Version data entries
15 entries across 15 versions & 1 rubygems