Sha256: 63358b5e95ed2387e28506e76880ba32d4a7c708d9c2c4f03c79197ee39c96b6

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

<div id='templates' class=''>
  <div class="form-group">
    <%= selectable_f f, :hypervisor_host,
                     [[_("Automatic allocation"), ""]] + xen_hypervisor_map(compute_resource),
                     {},
                     { :class => 'form-control span2',
                       :disabled => (controller_name != 'hosts'),
                       :label => 'Hypervisor'
                     }
    %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_xen-0.7.1 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.7.0 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.5.4 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.6.1 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.6.0 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.5.3 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.5.2 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.5.1 app/views/compute_resources_vms/form/_hypervisors.html.erb
foreman_xen-0.5.0 app/views/compute_resources_vms/form/_hypervisors.html.erb