Sha256: 15a19a67685572a54a1178d5d15921265a8f278d50a4fd2bcc10474377d5f576
Contents?: true
Size: 436 Bytes
Versions: 66
Compression:
Stored size: 436 Bytes
Contents
<%= render 'hosts/selected_hosts', :hosts => @hosts %> <%= form_for :policy, :url => remove_policy_from_multiple_hosts_policies_path(:host_ids => params[:host_ids]) do |f| %> <%= selectable_f f, :id, [[_('Select Compliance Policy'), 'disabled'], ] + ForemanOpenscap::Policy.all.map{|e| [e.name, e.id]},{}, :onchange => 'toggle_multiple_ok_button(this)' %> <% end %>
Version data entries
66 entries across 66 versions & 1 rubygems