Sha256: afdea77acbfb11f55a2ec0d75417634c3db60c0c91dcd3ded37f97cef8463ac6

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

%h1 Create new storage volume

%form{ :action => storage_volumes_url, :method => :post }
  %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

3 entries across 3 versions & 1 rubygems

Version Path
deltacloud-core-0.5.0 views/storage_volumes/new.html.haml
deltacloud-core-0.4.1 views/storage_volumes/new.html.haml
deltacloud-core-0.4.0 views/storage_volumes/new.html.haml