Sha256: 287c5b13a07867565f8bd672145375ae00a3b4603507f7dd163d0a8f9ab2b4a7

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

<div class="fields">
  <%= select_f f, :hostgroup_id, Hostgroup.all, :id, :to_label, {:include_blank => true}, :label => _("Hostgroup") %>
  <%= select_f f, :environment_id, Environment.all, :id, :name, {:include_blank => true},
    :label => _("Environment"), :help_inline => link_to_remove_fields(_("remove"), f) %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/config_templates/_combination.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/config_templates/_combination.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/config_templates/_combination.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/config_templates/_combination.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/config_templates/_combination.html.erb