Sha256: 311170564229ed0534426645de7aaf1b200dc421c0e9ef9df2896f1703a829f9

Contents?: true

Size: 688 Bytes

Versions: 6

Compression:

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

6 entries across 6 versions & 1 rubygems

Version Path
deltacloud-core-1.1.1 views/metrics/show.html.haml
deltacloud-core-1.1.0 views/metrics/show.html.haml
deltacloud-core-1.0.5 views/metrics/show.html.haml
deltacloud-core-1.0.4 views/metrics/show.html.haml
deltacloud-core-1.0.3 views/metrics/show.html.haml
deltacloud-core-1.0.2 views/metrics/show.html.haml