Sha256: bdffff28e3a98038b4043047638a23770dae48b0a9f615af6e1ae06b4ca1b4c3

Contents?: true

Size: 677 Bytes

Versions: 21

Compression:

Stored size: 677 Bytes

Contents

<% sections.each do |(section_key, section_name, section_description, configs)| %>
<h2 id="<%=section_key%>"><%=section_name%></h2>

<%= "<p>#{section_description}</p>" unless section_description.nil? %>

<dl class="clamshell-list">
  <% configs.each do |config|%>
  <!-- ********** <%= config[:key] %> ********** -->
  <dt id="<%=config[:key]%>"><%=config[:key]%></dt>
  <dd>
  <table class="specs">
    <tbody>
      <tr>
        <th>Type</th>
        <td><%=config[:type]%></td>
      </tr>
      <tr>
        <th>Default</th>
        <td><%=config[:default]%></td>
      </tr>
    </tbody>
  </table>

  <p><%=config[:description]%></p>
  </dd>
  <% end %>
</dl>
<% end %>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
newrelic_rpm-3.14.2.312 lib/tasks/config.html.erb
newrelic_rpm-3.14.1.311 lib/tasks/config.html.erb
newrelic_rpm-3.14.0.305 lib/tasks/config.html.erb
newrelic_rpm-3.13.2.302 lib/tasks/config.html.erb
newrelic_rpm-3.13.1.300 lib/tasks/config.html.erb
newrelic_rpm-3.13.0.299 lib/tasks/config.html.erb
mmtrix_rpm-1.0.0.3 lib/tasks/config.html.erb
mmtrix_rpm-1.0.0.2 lib/tasks/config.html.erb
mmtrix_rpm-1.0.0.1 lib/tasks/config.html.erb
newrelic_rpm-3.12.1.298 lib/tasks/config.html.erb
newrelic_rpm-3.12.0.288 lib/tasks/config.html.erb
newrelic_rpm-3.11.2.286 lib/tasks/config.html.erb
newrelic_rpm-3.11.1.284 lib/tasks/config.html.erb
newrelic_rpm-3.11.0.283 lib/tasks/config.html.erb
newrelic_rpm-3.10.0.279 lib/tasks/config.html.erb
newrelic_rpm-3.9.9.275 lib/tasks/config.html.erb
newrelic_rpm-3.9.8.273 lib/tasks/config.html.erb
newrelic_rpm-3.9.7.266 lib/tasks/config.html.erb
newrelic_rpm-3.9.6.257 lib/tasks/config.html.erb
newrelic_rpm-3.9.5.251 lib/tasks/config.html.erb