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-3.17.0.325 lib/tasks/config.html.erb
newrelic_rpm-3.16.3.323 lib/tasks/config.html.erb
newrelic_rpm-3.16.2.321 lib/tasks/config.html.erb
newrelic_rpm-3.16.1.320 lib/tasks/config.html.erb
newrelic_rpm-3.16.0.318 lib/tasks/config.html.erb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/lib/tasks/config.html.erb
newrelic_rpm-3.15.2.317 lib/tasks/config.html.erb
newrelic_rpm-3.15.1.316 lib/tasks/config.html.erb
newrelic_rpm-3.15.0.314 lib/tasks/config.html.erb
newrelic_rpm-3.14.3.313 lib/tasks/config.html.erb