Sha256: b14ff81169eb102a5fc5ad41449f957438f344955e71ecf1c8a133dce3ec9665

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

<%= text_f f, :name %>
<%= text_f f, :network %>
<%= text_f f, :mask, :help_inline => _("Netmask for this subnet") %>
<%= text_f f, :gateway, :help_inline => _("Optional: Gateway for this subnet") %>
<%= text_f f, :dns_primary, 	:help_inline => _("Optional: Primary DNS for this subnet") %>
<%= text_f f, :dns_secondary, :help_inline => _("Optional: Secondary DNS for this subnet") %>
<%= text_f f, :from, :help_inline => _("Optional: Starting IP Address for IP auto suggestion") %>
<%= text_f f, :to,   :help_inline => _("Optional: Ending IP Address for IP auto suggestion") %>
<%= text_f f, :vlanid, :help_inline => _("Optional: VLAN ID for this subnet") %>
<%= multiple_checkboxes f, :domain, f.object, Domain, :help_inline => _("Domains in which this subnet is part"), :label => _("Domain"), :prefix=>f.object_name %>

<%= select_f f, :dhcp_id, SmartProxy.dhcp_proxies, :id, :name,
  {:include_blank => _("None")}, :label => _("DHCP Proxy"), :help_inline => _("DHCP Proxy to use within this subnet") %>
<%= select_f f, :tftp_id, SmartProxy.tftp_proxies, :id, :name,
  {:include_blank => _("None")}, :label => _("TFTP Proxy"), :help_inline => _("TFTP Proxy to use within this subnet") %>
<%= select_f f, :dns_id, SmartProxy.dns_proxies, :id, :name,
  {:include_blank => _("None")}, :label => _("DNS Proxy"), :help_inline => _("DNS Proxy to use within this subnet") %>

Version data entries

5 entries across 5 versions & 1 rubygems

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