Sha256: 768427585921d27696cb7130167e7aa08c223140565379ddbc8aadeffda71c32

Contents?: true

Size: 803 Bytes

Versions: 50

Compression:

Stored size: 803 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].gsub('.', '-') %>"><%=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>
      <tr>
        <th>Environ variable</th>
        <td><code><%=config[:env_var]%></code></td>
      </tr>
    </tbody>
  </table>

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

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
newrelic_rpm-7.0.0 lib/tasks/config.html.erb
newrelic_rpm-6.15.0 lib/tasks/config.html.erb
newrelic_rpm-6.14.0 lib/tasks/config.html.erb
newrelic_rpm-6.13.1 lib/tasks/config.html.erb
newrelic_rpm-6.13.0 lib/tasks/config.html.erb
newrelic_rpm-6.12.0.367 lib/tasks/config.html.erb
newrelic_rpm-6.11.0.365 lib/tasks/config.html.erb
newrelic_rpm-6.10.0.364 lib/tasks/config.html.erb
newrelic_rpm-6.9.0.363 lib/tasks/config.html.erb
newrelic_rpm-6.8.0.360 lib/tasks/config.html.erb
newrelic_rpm-6.7.0.359 lib/tasks/config.html.erb
newrelic_rpm-6.6.0.358 lib/tasks/config.html.erb
newrelic_rpm-6.5.0.357 lib/tasks/config.html.erb
newrelic_rpm-6.4.0.356 lib/tasks/config.html.erb
newrelic_rpm-6.3.0.355 lib/tasks/config.html.erb
newrelic_rpm-6.2.0.354 lib/tasks/config.html.erb
newrelic_rpm-6.1.0.352 lib/tasks/config.html.erb
newrelic_rpm-6.0.0.351 lib/tasks/config.html.erb
newrelic_rpm-5.7.0.350 lib/tasks/config.html.erb
newrelic_rpm-5.6.0.349 lib/tasks/config.html.erb