Sha256: 666d7091efe84edcebd109dd8ae07a6458bea7049d47c9497ac8094ac8a875e9

Contents?: true

Size: 842 Bytes

Versions: 6

Compression:

Stored size: 842 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 order_hardware_profiles(@hardware_profiles)
      %li{ :'data-theme' => 'c'}
        %a{ :href => hardware_profile_url(profile.id)}
          %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
            %strong CPU:
            = format_hardware_property profile.cpu

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/hardware_profiles/index.html.haml
deltacloud-core-1.1.1 views/hardware_profiles/index.html.haml
deltacloud-core-1.1.0 views/hardware_profiles/index.html.haml
deltacloud-core-1.0.5 views/hardware_profiles/index.html.haml
deltacloud-core-1.0.4 views/hardware_profiles/index.html.haml
deltacloud-core-1.0.3 views/hardware_profiles/index.html.haml