Project

General

Profile

« Previous | Next » 

Revision 47efb4f2

Added by Alon Goldboim over 8 years ago

Fixes #11014 - increased space for subnet domain assocation(up to 70 chars).

(cherry picked from commit 9d8251094866fe2002ffcb8f94c7963bc01ca561)

View differences:

app/views/subnets/_form.html.erb
<%= render 'fields', :f => f %>
</div>
<div class="tab-pane" id="domains">
<%= multiple_checkboxes f, :domain, f.object, Domain, :help_inline => _("Domains in which this subnet is part"), :label => _("Domain"), :prefix=>f.object_name %>
<%= multiple_checkboxes f, :domain, f.object, Domain, {:help_inline => _("Domains in which this subnet is part"),:size => 'col-md-6'}, :label => _("Domain"), :prefix=>f.object_name %>
</div>
<div class="tab-pane" id="proxies">
<%= select_f f, :dhcp_id, SmartProxy.with_features("DHCP"), :id, :name,

Also available in: Unified diff