Sha256: 36c800e26f9834baaf76fdda94a64a49938d664c4a4c07e31e0f9be2700075fe

Contents?: true

Size: 492 Bytes

Versions: 9

Compression:

Stored size: 492 Bytes

Contents

<%= render 'hosts/selected_hosts', :hosts => @hosts %>

<% if @hosts.empty? %>
  <%= _('No capable hosts selected') %>
<% else %>
  <%= form_for :snapshot, :url => create_multiple_host_snapshots_path(:host_ids => @hosts.map{ | h| h.id}) do |f| %>
    <%= text_f f, :name,
      { :label => _("Snapshot")}
    %>
    <%= textarea_f f, :description,
      { :label => _("Description")}
    %>
    <%= checkbox_f f, :include_ram,
      { :label => _("Include RAM")}
    %>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_snapshot_management-2.0.2 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-2.0.1 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-2.0.0 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.7.1 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.7.0 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.6.1 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.6.0 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.5.1 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb
foreman_snapshot_management-1.5.0 app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb