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