Sha256: 4916ce4215de3def8fe1767f7736d2a84ad7875f9134333a6f229738dfbe15ae
Contents?: true
Size: 516 Bytes
Versions: 5
Compression:
Stored size: 516 Bytes
Contents
<div class="fields"> <%= selectable_f f, :pool_name, compute_resource.storage_pools.map(&:name), { }, :class => "span2", :label => _("Storage Pool") %> <%= text_f f, :capacity, :class => "input-mini", :label => _("Size (GB)") %> <%= select_f f, :format_type, %w[RAW QCOW2],:downcase, :to_s, { }, :class => "span2", :label => _("Type"), :help_inline => remove_child_link("X", f, { :method => :'_delete', :title => _('remove network interface'), :class => 'label label-important' }) %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems