Sha256: 92f82121102099ce83966a428274ac3d414098c12ce8f7d85c01789985ad8d8b

Contents?: true

Size: 485 Bytes

Versions: 7

Compression:

Stored size: 485 Bytes

Contents

<div class="portlet">
  <h2><%= category.titleize %></h2>
  <table>
    <thead>
      <tr><th>ID</th><th>Action</th><th>Identifier</th><th>Duration</th></tr>
    </thead>
    <tbody>
      <% for metric in metrics -%>
        <tr>
          <td><%= link_to metric.id, metric_path(metric) %></td>
          <td><%= metric.action %></td>
          <td><%= identifier(metric) %></td>
          <td><%= metric.duration %></td>
        </tr>
      <% end -%>
    </tbody>
  </table>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
system-metrics-0.2.5 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.2.4 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.2.3 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.2.2 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.2.1 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.2.0 app/views/system_metrics/metrics/_portlet.html.erb
system-metrics-0.1.0 app/views/system_metrics/metrics/_portlet.html.erb