Sha256: fcae913f4a353c96cfe5736d5ebcdb452d58db7c78987e1940fd08eec007b712

Contents?: true

Size: 562 Bytes

Versions: 5

Compression:

Stored size: 562 Bytes

Contents

%h1 Storage Snapshots

%table
  %thead
    %tr
      %th ID
      %th Volume
      %th Created
      %th State
      %th Actions
  %tbody
    - @storage_snapshots.each do |snapshot|
      %tr
        %td
          = link_to snapshot.id, storage_snapshot_url( snapshot.id )
        %td
          = link_to snapshot.storage_volume_id, storage_volume_url( snapshot.storage_volume_id )
        %td
          = snapshot.created
        %td
          = snapshot.state
        %td
          = link_to_action "Delete", destroy_storage_snapshot_url(snapshot.id), :delete

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
deltacloud-core-0.3.0 views/storage_snapshots/index.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/storage_snapshots/index.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/storage_snapshots/index.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/storage_snapshots/index.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/storage_snapshots/index.html.haml