Sha256: 6d0d9077714801ff0a124d67c0476479d4d4c62c35f5458aeb60afce9ba8f489

Contents?: true

Size: 384 Bytes

Versions: 25

Compression:

Stored size: 384 Bytes

Contents

%h1 Storage Volumes

%table.display
  %thead
    %tr
      %th ID
      %th Created
      %th Capacity
      %th Status
  %tbody
    - @storage_volumes.each do |volume|
      %tr
        %td
          = link_to volume.id, storage_volume_url( volume.id )
        %td
          = volume.created
        %td
          = "#{volume.capacity} GB"
        %td
          = "#{volume.state}"

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
deltacloud-core-0.1.2 views/storage_volumes/index.html.haml
deltacloud-core-0.1.1 views/storage_volumes/index.html.haml
deltacloud-core-0.1.0 views/storage_volumes/index.html.haml
deltacloud-core-0.0.9 views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/storage_volumes/index.html.haml
deltacloud-core-0.0.8 views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/storage_volumes/index.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/storage_volumes/index.html.haml
deltacloud-core-0.0.7 views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.6-java views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.6 views/storage_volumes/index.html.haml
deltacloud-core-0.0.6 views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.4 views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.4-java views/storage_volumes/index.html.haml
deltacloud-core-0.0.5 views/storage_volumes/index.html.haml
deltacloud-core-0.0.4 views/storage_volumes/index.html.haml