Sha256: e086f2ae5fe2136fe5872b711f8dbaeb369e1492068881eee514e55ccf803b45

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

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

5 entries across 5 versions & 1 rubygems

Version Path
redis_monitor-0.3.3 lib/engine/app/views/performance/check.haml
redis_monitor-0.3.2 lib/engine/app/views/performance/check.haml
redis_monitor-0.3 lib/engine/app/views/performance/check.haml
redis_monitor-0.2.1 lib/engine/app/views/performance/check.haml
redis_monitor-0.2 lib/engine/app/views/performance/check.haml