Sha256: ee5d071cab490c1d3b5475ca60b92df48f921eb1ed5ab57ab20a65301fd13ded

Contents?: true

Size: 734 Bytes

Versions: 3

Compression:

Stored size: 734 Bytes

Contents

=header "Hardware profiles"
=subheader "#{driver_symbol}@#{Thread::current[:provider] || ENV['API_PROVIDER'] || 'default'}"

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview, :'data-inset' => :true }
    - for profile in @profiles
      %li{ :'data-theme' => 'c'}
        %a{ :href => hardware_profile_url(profile.name)}
          %img{ :class => 'ui-link-thumb', :src => '/images/profile.png'}
          %h3= profile.name
          %p
            %strong Architecture:
            = format_hardware_property profile.architecture
            %strong Memory:
            = format_hardware_property profile.memory
            %strong Storage:
            = format_hardware_property profile.storage

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deltacloud-core-0.5.0 views/hardware_profiles/index.html.haml
deltacloud-core-0.4.1 views/hardware_profiles/index.html.haml
deltacloud-core-0.4.0 views/hardware_profiles/index.html.haml