Sha256: f04c4859005a024c649ad6f9b64d7da872f095d39045438259b5396f5efa0ad1

Contents?: true

Size: 997 Bytes

Versions: 5

Compression:

Stored size: 997 Bytes

Contents

=header "Storage snapshot"
=subheader @storage_snapshot.id

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'd'}
    %li{ :'data-role' => 'list-divider'} Name
    %li
      %p{ :'data-role' => 'fieldcontain'}=@storage_snapshot.id
    %li{ :'data-role' => 'list-divider'} Storage volume
    %li
      %p{ :'data-role' => 'fieldcontain'}=@storage_snapshot.storage_volume_id
    %li{ :'data-role' => 'list-divider'} Created
    %li
      %p{ :'data-role' => 'fieldcontain'}=@storage_snapshot.created
    %li{ :'data-role' => 'list-divider'} State
    %li
      %p{ :'data-role' => 'fieldcontain'}=@storage_snapshot.state
    %li{ :'data-role' => 'list-divider'} Actions
    %li
      %div{ :'data-role' => 'controlgroup', :'data-type' => "horizontal" }
        - if driver.respond_to?(:destroy_storage_snapshot)
          =link_to_action "Delete", url_for("storage_snapshots/#{@storage_snapshot.id}"), :delete

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/storage_snapshots/show.html.haml
deltacloud-core-1.1.1 views/storage_snapshots/show.html.haml
deltacloud-core-1.1.0 views/storage_snapshots/show.html.haml
deltacloud-core-1.0.5 views/storage_snapshots/show.html.haml
deltacloud-core-1.0.4 views/storage_snapshots/show.html.haml