Sha256: 037c1ab481bc8d03016716374fb379df8a981a1e26841fc65edf64c3426e0592

Contents?: true

Size: 678 Bytes

Versions: 11

Compression:

Stored size: 678 Bytes

Contents

<div class="fields">
  <div id='templates' class=''>
    <div class="form-group">
      <%= selectable_f f, :custom_template_name, [[_("No template"), ""]] + compute_resource.custom_templates.map { |t| [t.name, t.name] }, { :selected => attribute_map[:template_selected_custom] }, :class => 'form-control span2', :label => 'Custom Template' %>
    </div>

    <div class="form-group ">
      <%= selectable_f f, :builtin_template_name, [[_("No template"), ""]] + compute_resource.builtin_templates.map { |t| [t.name, t.name] }, { :selected => attribute_map[:template_selected_builtin] }, :class => 'form-control span2', :label => 'Builtin Template' %>
    </div>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_xen-0.3.2 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.4.1 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.4.0 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.3.1 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.3.0 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.2.4 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.1.8 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.1.7 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.2.3 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.2.2 app/views/compute_resources_vms/form/_templates.html.erb
foreman_xen-0.1.6 app/views/compute_resources_vms/form/_templates.html.erb