<% if @warning_message.blank? %> <% plugins.each do |name, details| %> <% end %>
Name Type Version Required configuration
<%= name %> <%= details['type'] %> <% unless details['versions'].nil? %> <% details['versions'].each do |kb_version, plugin_version| %> <% if kb_version.eql?(@kb_version) %>  <%= plugin_version %> <% end %> <% 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' %>
<% else %> <% end %> <%= javascript_tag do %> $(document).ready(function() { $('#plugins-table').dataTable({ "dom": "t", "paging": false, "ordering": false }); }); <% end %>