Sha256: d358fa2034b3e7cf47fb900e81b179d84bdbcc66bdc02c926cc83c0bb6b7adac

Contents?: true

Size: 1001 Bytes

Versions: 4

Compression:

Stored size: 1001 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", api_url_for("storage_snapshots/#{@storage_snapshot.id}"), :delete

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deltacloud-core-1.0.3 views/storage_snapshots/show.html.haml
deltacloud-core-1.0.2 views/storage_snapshots/show.html.haml
deltacloud-core-1.0.1 views/storage_snapshots/show.html.haml
deltacloud-core-1.0.0 views/storage_snapshots/show.html.haml