Sha256: bb023e70390e1efc66b55b3120084af5ee80e53fbce560cab965ef8a8ee3f878
Contents?: true
Size: 879 Bytes
Versions: 11
Compression:
Stored size: 879 Bytes
Contents
<%= select_f f, :machine_type, compute_resource.machine_types, :name, :name, { :selected => f.object.pretty_machine_type }, { :label => _('Machine type'), :label_size => "col-md-2" } %> <% if controller_name != "compute_attributes" %> <% arch ||= nil ; os ||= nil images = possible_images(compute_resource, arch, os) %> <div id='image_selection'> <%= select_f f, :image_id, images, :uuid, :name, { :include_blank => (images.empty? || images.size == 1) ? false : _('Please select an image') }, { :disabled => images.empty?, :label => _('Image'), :label_size => "col-md-2" } %> </div> <% end %> <%= selectable_f f, :network, compute_resource.networks, {}, :label => _('Network'), :label_size => "col-md-2" %> <%= checkbox_f f, :associate_external_ip, :label => _('Associate Ephemeral External IP'), :label_size => "col-md-2" %>
Version data entries
11 entries across 11 versions & 1 rubygems