Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/compute_resources_vms/form/vmware/_volume.html.erb
<div class="fields">
<%= selectable_f f, :datastore, vsphere_datastores(compute_resource), { }, :class => "span4 disable-unsupported", :label => _("Data store") %>
<%= text_f f, :name, :class => "input-mini disable-unsupported", :label => _("Name") %>
<%= text_f f, :name, :class => "col-md-2 disable-unsupported", :label => _("Name") %>
<%= text_f f, :size_gb,
:class => "input-mini disable-unsupported",
:class => "col-md-2 disable-unsupported",
:label => _("Size (GB)") %>
<%= checkbox_f f, :thin, {
:label => _("Thin provision"),
:class => 'disable-unsupported',
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove volume'), :class => 'label label-important disable-unsupported' })},
:help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove volume'), :class => 'label label-danger disable-unsupported' })},
true,
false %>
</div>

Also available in: Unified diff