Sha256: 59581ee5fe582f79f2aafe8abcb2dc2dbd2b3f5d4a91b0dd4b7740d740d1c90a

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 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

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.3.241 lib/tasks/config.html.erb
newrelic_rpm-3.9.2.239 lib/tasks/config.html.erb