Sha256: ad473c36aa15f36f7ae7447c9a739813b447e821a88f5d5ab8cb5f1e2126773d
Contents?: true
Size: 447 Bytes
Versions: 41
Compression:
Stored size: 447 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 => "tfm.hosts.table.toggleMultipleOkButton(this)" %> <% end %>
Version data entries
41 entries across 41 versions & 1 rubygems