Sha256: 9e051aa2fe00d14977a8bbdbbc0e7864f63d1169095368208986af4d225c11f7
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
<%= select_f f, :template_id, compute_resource.flavors, :id, :to_label, {}, :label => _('Templates') %> <%= selectable_f f, :vcpu, 1..32, { :include_blank => _("Template default")}, :label => _('VCPUs') %> <%= selectable_f f, :memory,[512, 1024, 2048, 4096, 8192, 16384, 32768, 65536] , { :include_blank => _("Template default")}, :class => "col-md-2", :label => _('Memory') %> <%= select_f f, :gid, compute_resource.groups, :id, :to_label, { :include_blank => _("User default")}, :label => _('One Group') %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_one-0.4 | app/views/compute_resources_vms/form/_one.html.erb |