Sha256: 48e9542734564606e15a106795ded7ac8030bcbdea8142747eae08b6e4c3e711
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
<%= render 'hosts/selected_hosts', :hosts => @hosts %> <%= form_for :policy, :url => remove_policy_from_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
4 entries across 4 versions & 1 rubygems