Sha256: f6ef2f9eef09c70ff35510f3bfc026df22d504df01cdfaab461753848308ac58
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
=header Metric =subheader @metric.id %div{ :'data-role' => :content, :'data-theme' => 'c'} %div{ :'data-role' => :'collapsible-set'} - @metric.properties.each do |p| %div{ :'data-role' => :'collapsible', :'data-collapse' => 'true'} %h3=p.name %table{ :summary => "#{p.name} values"} %caption Statistics for the last 60 minutes %tr %th Time %th Minimum %th Maximum %th Average %th Unit - p.values.each do |v| %tr %td=v[:timestamp] %td=v[:minimum] %td=v[:maximum] %td=v[:average] %td=v[:unit]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deltacloud-core-1.1.2 | views/metrics/show.html.haml |