blob: f0923cb0e6e5151ca67fa43fcc6328c96d319842 [file] [log] [blame]
=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" }/