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