Project

General

Profile

Download (590 Bytes) Statistics
| Branch: | Tag: | Revision:

<%= render :partial => provider_partial(compute_resource, 'base'),
:locals => { :f => f, :compute_resource => compute_resource, :new_host => true }.merge(args_for_compute_resource_partial(@host)) %>

<!--NICS-->
<%= render :partial => 'compute_resources_vms/form/networks', :locals => { :f => f, :compute_resource => compute_resource, :new_host => true, :item_layout => 'deletable' } %>

<!--Storage-->
<%= render :partial => 'compute_resources_vms/form/volumes', :locals => { :f => f, :compute_resource => compute_resource, :new_host => true, :item_layout => 'deletable' } %>
(1-1/4)