Sha256: d93de81bc06da9c428f2f2cdb52d99e83c2b12a4bb48b976bbe9e4ffb2280b16
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
<div class="fields"> <%= counter_f f, :vcpus_max, :label => _('vCPUs'), :label_size => 'col-md-2', :'data-soft-max' => compute_resource.max_cpu_count %> <%= byte_size_f f, :memory_min, :label => _('Memory Min'), :label_size => "col-md-2", :'data-soft-max' => compute_resource.max_memory %> <%= byte_size_f f, :memory_max, :label => _('Memory Max'), :label_size => "col-md-2", :'data-soft-max' => compute_resource.max_memory %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_xen-1.0.1 | app/views/compute_resources_vms/form/_profile.html.erb |
foreman_xen-1.0.0 | app/views/compute_resources_vms/form/_profile.html.erb |