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/models/subnet.rb
before_destroy EnsureNotUsedBy.new(:hosts, :sps)
scoped_search :on => [:name, :network, :mask, :gateway, :dns_primary, :dns_secondary], :complete_value => true
scoped_search :on => [:name, :network, :mask, :gateway, :dns_primary, :dns_secondary, :vlanid], :complete_value => true
scoped_search :in => :domains, :on => :name, :rename => :domain, :complete_value => true
# Subnets are displayed in the form of their network network/network mask

Also available in: Unified diff