<% plugins.each do |name, details| %> <% end %>
Name Type Versions Required configuration
<%= name %> <%= details['type'] %> <% unless details['versions'].nil? %>
    <% details['versions'].each do |kb_version, plugin_version| %>
  • <%= kb_version %>: <%= plugin_version %>
  • <% end %>
<% end %>
<% unless (details['require'] || []).empty? %>
    <% details['require'].each do |property| %>
  • <%= property %>
  • <% end %>
<% end %>
<%= link_to ''.html_safe, plugin_install_path(:plugin_key => name), :method => :post, :title => 'Install' %>
<%= javascript_tag do %> $(document).ready(function() { $('#plugins-table').dataTable({ "dom": "t", "paging": false, "ordering": false }); }); <% end %>