Project

General

Profile

Download (663 Bytes) Statistics
| Branch: | Tag: | Revision:
<div class="fields">
<% if (networks = compute_resource.networks).any? %>
<%= select_f f, :type, compute_resource.nictypes, :first, :last, { },
:class => "col-md-2 disable-unsupported",
:label => _('NIC type')
%>
<%= select_f f, :network, networks, :id, :name, { },
:class => "col-md-2 disable-unsupported",
:label => _('Network'),
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove network interface'), :class => 'label label-danger disable-unsupported' })
%>
<% end %>
</div>
(1-1/2)