Sha256: afe66dca785d6a7ff5e433563cfc78e01572722e80ad78075405c0f9d35fd4da
Contents?: true
Size: 434 Bytes
Versions: 29
Compression:
Stored size: 434 Bytes
Contents
<%= render 'selected_hosts', :hosts => @hosts %> <%= form_for :smart_proxy, :url => update_multiple_openscap_proxy_hosts_path(:host_ids => params[:host_ids]) do |f| %> <%= selectable_f f, :id, [[_("Select OpenSCAP Proxy"), "None"], ] + SmartProxy.with_features(['Openscap']).map{|e| [e.name, e.id]},{}, :onchange => "toggle_multiple_ok_button(this)" %> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems