Sha256: a87d6a7501a295e03ac6cc49cf4adc626b4d6c3b3e11a010a20efb9a074f4cd6
Contents?: true
Size: 691 Bytes
Versions: 13
Compression:
Stored size: 691 Bytes
Contents
selector_text = "<%= select_f f, :salt_proxy_id, SmartProxy.unscoped.with_features('Salt').with_taxonomy_scope(@location,@organization, :path_ids), :id, :name, { :include_blank => blank_or_inherit_f(f, :salt_proxy) }, { :label => _('Salt Master') } %>" Deface::Override.new( virtual_path: 'hosts/_form', name: 'add_salt_proxy_to_host', insert_bottom: 'div#primary', text: selector_text ) Deface::Override.new( virtual_path: 'hostgroups/_form', name: 'add_salt_proxy_to_hostgroup', insert_bottom: 'div#primary', text: selector_text )
Version data entries
13 entries across 13 versions & 1 rubygems