Sha256: 9f887e89fcaddf8c25b9311c66e524a155a59bf65684f093a3c7c9fdf3555a9a
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 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 last 60 minutes %tr %th Time %th Minumum %th Maximum %th Average %th Units - p.values.each do |v| %tr %td=v[:timestamp] %td=v[:minimum] %td=v[:maximum] %td=v[:average] %td=v[:unit]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
deltacloud-core-1.0.1 | views/metrics/show.html.haml |
deltacloud-core-1.0.0 | views/metrics/show.html.haml |