Sha256: c1703c185703020f32e123a61f00207da7f4ab9cbaad91b13f2360bd4be8cfb2

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

=header "Storage volumes" do
  %a{ :href => api_url_for('storage_volumes/new'), :'data-icon' => :plus, :'data-role' => :button, :class => 'ui-btn-right'} Create new volume

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'a'}
    %li{ :'data-role' => 'list-divider'}=driver_symbol
    - @storage_volumes.each do |volume|
      %li
        %a{ :href => storage_volume_url(volume.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/volume.png'}
          %h3= volume.name ? volume.name : volume.id
          %p=[volume.realm_id, volume.capacity].join(', ')
          %span{ :class => 'ui-li-count'}=volume.state

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deltacloud-core-1.0.3 views/storage_volumes/index.html.haml
deltacloud-core-1.0.2 views/storage_volumes/index.html.haml
deltacloud-core-1.0.1 views/storage_volumes/index.html.haml
deltacloud-core-1.0.0 views/storage_volumes/index.html.haml