Sha256: 9fb57d44834c8c76a095dd3f33e3f6eb26d33fa81d8f2a0619a1ea7bfb3cd882

Contents?: true

Size: 694 Bytes

Versions: 8

Compression:

Stored size: 694 Bytes

Contents

=header "Create new Storage Volume"


%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
  %form{ :action => storage_volumes_url, :method => :post }
    %p
      %label
        Name:
      %input{ :name => 'name', :size => 30 } (optional)
    %p
      %label
        Snapshot ID:
      %input{ :name => 'snapshot_id', :size => 30 } (optional)
    %p
      %label
        Capacity (in GB):
      %input{ :name => "capacity", :size => 3, :value => "1"}
    %p
      %label
        Realm ID:
      %input{ :name => "realm_id", :size => 10, :value => driver.realms(credentials).first.id}
    %p
      %input{ :type => :submit, :name => "commit", :value => "create" }/

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deltacloud-core-1.1.1 views/storage_volumes/new.html.haml
deltacloud-core-1.1.0 views/storage_volumes/new.html.haml
deltacloud-core-1.0.5 views/storage_volumes/new.html.haml
deltacloud-core-1.0.4 views/storage_volumes/new.html.haml
deltacloud-core-1.0.3 views/storage_volumes/new.html.haml
deltacloud-core-1.0.2 views/storage_volumes/new.html.haml
deltacloud-core-1.0.1 views/storage_volumes/new.html.haml
deltacloud-core-1.0.0 views/storage_volumes/new.html.haml