Project

General

Profile

« Previous | Next » 

Revision fe3d8f82

Added by Ohad Levy over 12 years ago

  • ID fe3d8f828cf4e73dd51e4809a1400c020acd5db3

fixes #1469 - vlan field missing in subnets

View differences:

app/views/subnets/_fields.html.erb
<%= text_f f, :dns_secondary, :help_inline => "Optional: Secondary DNS for this subnet", :label => "Secondary DNS" %>
<%= text_f f, :from, :help_inline => "Optional: Starting IP Address for IP auto suggestion", :label => "From IP" %>
<%= text_f f, :to, :help_inline => "Optional: Ending IP Address for IP auto suggestion", :label => "To IP" %>
<%= text_f f, :vlanid, :help_inline => "Optional: VLAN ID for this subnet", :label => "VLAN" %>
<%= multiple_checkboxes f, :domain, f.object, Domain, :help_inline => "Domains in which this subnet is part" %>
<%= select_f f, :dhcp_id, Feature.find_by_name("DHCP").smart_proxies, :id, :name, :include_blank => "None",

Also available in: Unified diff