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