Sha256: 57f06c045a3b96ae651ff31435988dc66fbd2205e7ee19eb359057d59d900764
Contents?: true
Size: 759 Bytes
Versions: 4
Compression:
Stored size: 759 Bytes
Contents
selector_text = "<%= select_f f, :salt_environment_id, ForemanSalt::SaltEnvironment.all, :id, :name, { :include_blank => blank_or_inherit_f(f, :salt_environment) }, { :label => _('Salt Environment') } %>" Deface::Override.new(:virtual_path => "hosts/_form", :name => "add_salt_environment_to_host", :insert_bottom => 'div#primary', :text => selector_text) Deface::Override.new(:virtual_path => "hostgroups/_form", :name => "add_salt_environment_to_hostgroup", :insert_bottom => 'div#primary', :text => selector_text)
Version data entries
4 entries across 4 versions & 1 rubygems