Sha256: feead0a7c7721214ecfd1cdcb3cf48165585e35e3f0e8564f6050b64db7bc193
Contents?: true
Size: 774 Bytes
Versions: 15
Compression:
Stored size: 774 Bytes
Contents
<%= form_for provisioner, :url => step2_update_foreman_setup_provisioner_path do |f| %> <%= base_errors_for provisioner %> <%= provisioner_wizard 2 %> <p> <%= _("To provision hosts, some configuration values are needed for the provisioning subnet attached to the Foreman server.") %> </p> <h4><%= _("Domain") %></h4> <%= text_f f, :domain_name, :label => s_("Domain|Name"), :help_inline => _("The DNS domain name to provision hosts into") %> <h4><%= _("Subnet") %></h4> <%= f.fields_for :subnet, f.object.subnet do |sf| %> <%= render 'subnets/fields', :f => sf %> <% end %> <%= submit_or_cancel f, false, {:cancel_path => foreman_setup_provisioners_path, :disabled => !(f.object.host.present? && f.object.smart_proxy.present?)} %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems