Project

General

Profile

« Previous | Next » 

Revision 718d2836

Added by Robert Birnie over 10 years ago

fixes #3932 incorrect volume delete label

View differences:

app/views/compute_resources_vms/form/libvirt/_volume.html.erb
<%= text_f f, :capacity, :class => "col-md-2", :label => _("Size (GB)"), :onchange => 'capacity_edit(this)' %>
<%= allocation_text_f f %>
<%= select_f f, :format_type, %w[RAW QCOW2],:downcase, :to_s, { }, :class => "col-md-2", :label => _("Type"),
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove network interface'), :class => 'label label-danger disable-unsupported' }) %>
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove volume'), :class => 'label label-danger disable-unsupported' }) %>
</div>

Also available in: Unified diff