Project

General

Profile

Download (570 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= label :host, :subnet_id, nil, :class => "span-2" %>
<%= collection_select :host, :subnet_id, @domain.subnets, :id, :to_label, {:include_blank => @domain.subnets.any? ? true : "No subnets"},{:class => "span-3"} %>
<%= image_tag "spinner.gif", :id => "indicator", :style => "display:none" %>
<%= observe_field(:host_subnet_id,
:url => { :controller => "subnets", :action => "freeip" },
:method => :get, :loading => "$('#indicator').show()",
:complete => "$('#indicator').hide()",
:with => :subnet_id)
%>
(1-1/25)