Sha256: fea94e03b55d06091d507cf4d7777aff4f13e0c6a88cf16e663980abfdba2db1
Contents?: true
Size: 792 Bytes
Versions: 9
Compression:
Stored size: 792 Bytes
Contents
<%= form_for provisioner, :url => step2_update_foreman_setup_provisioner_path, :method => 'PUT' 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
9 entries across 9 versions & 1 rubygems