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-5.5.0.348 lib/tasks/config.html.erb
newrelic_rpm-5.4.0.347 lib/tasks/config.html.erb
newrelic_rpm-5.3.0.346 lib/tasks/config.html.erb
newrelic_rpm-5.2.0.345 lib/tasks/config.html.erb
newrelic_rpm-5.1.0.344 lib/tasks/config.html.erb
newrelic_rpm-5.0.0.342 lib/tasks/config.html.erb
newrelic_rpm-4.8.0.341 lib/tasks/config.html.erb
newrelic_rpm-4.7.1.340 lib/tasks/config.html.erb
newrelic_rpm-4.7.0.339 lib/tasks/config.html.erb
newrelic_rpm-4.6.0.338 lib/tasks/config.html.erb
newrelic_rpm-4.5.0.337 lib/tasks/config.html.erb
newrelic_rpm-4.4.0.336 lib/tasks/config.html.erb
newrelic_rpm-4.3.0.335 lib/tasks/config.html.erb
newrelic_rpm-4.2.0.334 lib/tasks/config.html.erb
newrelic_rpm-4.1.0.333 lib/tasks/config.html.erb
newrelic_rpm-4.0.0.332 lib/tasks/config.html.erb
newrelic_rpm-3.18.1.330 lib/tasks/config.html.erb
newrelic_rpm-3.18.0.329 lib/tasks/config.html.erb
newrelic_rpm-3.17.2.327 lib/tasks/config.html.erb
newrelic_rpm-3.17.1.326 lib/tasks/config.html.erb