Sha256: eba65b13e0a2757e5ea553695ce571fe094b375a16c75b91f693efa7c474613f

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

%table.table.table-striped
  %thead
    %tr
      %th
        Parameter
      %th
        Value

  %tbody
    - stats.each do |parameter, value|
      %tr
        %td
          = parameter
        %td
          = value

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redis_monitor-0.1 lib/views/performance/check.haml
redis_monitor-0.0.6 lib/views/performance/check.haml
redis_monitor-0.0.5 lib/views/performance/check.haml
redis_monitor-0.0.4 lib/views/performance/check.haml