Sha256: cd740056bba57fb4efa590caf99b30709725ccd82fc627189503cbc752b8e743

Contents?: true

Size: 601 Bytes

Versions: 4

Compression:

Stored size: 601 Bytes

Contents

- content_for :head_javascripts do
  /[if lte IE 8]
    = javascript_include_tag "concen/excanvas"
  = javascript_include_tag "concen/performances"

#content
  .panels
    .panel.wide
      .border
        %h3 Responses in Past Hour
        .graph
          #recent-responses{:style => "width: 100%; height: 200px;"}

  .panels
    .panel.total-runtime
      .border
        %h3 Average Total Runtime
        %ul
    .panel.view-runtime
      .border
        %h3 Average View Runtime
        %ul
    .panel.mongodb-runtime.edge
      .border
        %h3 Average MongoDB Runtime
        %ul
    .clear

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
concen-0.2.4 app/views/concen/performances/show.html.haml
concen-0.2.3 app/views/concen/performances/show.html.haml
concen-0.2.2 app/views/concen/performances/show.html.haml
concen-0.2.1 app/views/concen/performances/show.html.haml