Sha256: 1b11643f84f921472d09f48d46c02d08e275d9e41f0e03e28f6af96a601495db

Contents?: true

Size: 434 Bytes

Versions: 251

Compression:

Stored size: 434 Bytes

Contents

<% if System.limits.groups.length > 0 %>
  <h1 style="background:#555555;color:white;padding:10px;">Limits Groups</h1>

  <% System.limits.groups.each do |limits_group_name, limits_group| %>
    <h2><%= limits_group_name %></h2>
    <ul>
    <% limits_group.each do |target_name, packet_name, item_name| %>
      <li><%= "#{target_name} #{packet_name} #{item_name}" %></li>
    <% end %>
    </ul>
    <hr></hr>
  <% end %>
<% end %>

Version data entries

251 entries across 64 versions & 1 rubygems

Version Path
cosmos-4.5.2-java demo/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2-java test/performance/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2-java install/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2-java autohotkey/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2 demo/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2 install/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2 autohotkey/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.2 test/performance/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1-java install/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1-java autohotkey/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1-java demo/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1-java test/performance/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1 install/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1 autohotkey/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1 test/performance/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.1 demo/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.0-java demo/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.0-java install/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.0-java autohotkey/config/tools/handbook_creator/templates/limits_groups.html.erb
cosmos-4.5.0-java test/performance/config/tools/handbook_creator/templates/limits_groups.html.erb