Sha256: dcc84a4f39595baae8f6ce8750ef7a3d8d0583e606125ec5da5a9e7f4560060a

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 Bytes

Contents

%h1 Create new storage volume

%form{ :action => '/api/storage_volumes', :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

5 entries across 5 versions & 2 rubygems

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