Project

General

Profile

Download (629 Bytes) Statistics
| Branch: | Tag: | Revision:
f37934af Ohad Levy
<div class="fields">
c6e02bd3 Joseph Magen
<div class="form-group">
bf4a13d3 Walden Raines
<%= selectable_f f, :pool_name, compute_resource.storage_pools.map(&:name), { }, :class => "col-md-2", :label => _("Storage pool") %>
<%= text_f f, :capacity, :class => "col-md-2", :label => _("Size (GB)"), :onchange => 'capacity_edit(this)' %>
41fb208d Lukas Zapletal
<%= allocation_text_f f %>
bf4a13d3 Walden Raines
<%= select_f f, :format_type, %w[RAW QCOW2],:downcase, :to_s, { }, :class => "col-md-2", :label => _("Type"),
718d2836 Robert Birnie
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove volume'), :class => 'label label-danger disable-unsupported' }) %>
c6e02bd3 Joseph Magen
</div>
c2d5484a Ohad Levy
</div>