Sha256: 14ae9d87c6f2569b5876d5e5ba8f9c7cb21b8f0294a0ef6deb3d142247cd5109
Contents?: true
Size: 568 Bytes
Versions: 3
Compression:
Stored size: 568 Bytes
Contents
<div class="fields"> <div class="form-group"> <%= select_f f, :vnetid, compute_resource.networks, :id, :to_label, { :include_blank => _("None")}, { :label => _('Virtual Network'), :help_inline => remove_child_link('X', f, { :method => :'_delete', :title => _('remove network interface'), :class => 'label label-danger disable-unsupported' }), } %> <%= selectable_f f, :model, %w(virtio rtl8139 ne2k_pci pcnet e1000), {}, { :label => _('NIC type'), :class => 'col-md-2' } %> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems