Project

General

Profile

Download (259 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= fields_for item do |f| -%>
<%= select_f f, :sp_subnet_id, domain_subnets, :id, :title,
{ :include_blank => domain_subnets.any? ? true : "No subnets"},
{ :disabled => domain_subnets.empty? ? true : false, :label => "BMC Subnet" }
%>
<% end -%>
(11-11/29)