Sha256: df7285ea74c2b6e9b441d914d6c48e23514594904d69620612fb126cd81e4b31

Contents?: true

Size: 614 Bytes

Versions: 2

Compression:

Stored size: 614 Bytes

Contents

<%= select_f f, :size, compute_resource.flavors, :slug, :slug, {}, {:label => _('Flavor')}  %>
<div id='image_selection'>
  <%= select_image(f, compute_resource) %>
</div>
<div id='region_selection'>
  <%= select_region(f, compute_resource) %>
</div>
<%= checkbox_f f, :ipv6, { :help_inline => _('Enable IPv6 networking for this VM.'), :label => _('IPv6 Support'), :label_size => "col-md-2" }, true, false if new_host %>
<%= checkbox_f f, :private_networking, { :help_inline => _('Enable private networking for this VM.'), :label => _('Private Networking'), :label_size => "col-md-2" }, true, false if new_host %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_digitalocean-1.3.0 app/views/compute_resources_vms/form/digitalocean/_base.html.erb
foreman_digitalocean-1.2.0 app/views/compute_resources_vms/form/digitalocean/_base.html.erb