Project

General

Profile

« Previous | Next » 

Revision c6e02bd3

Added by Joseph Magen over 10 years ago

fixes #3178 - add feature for compute profiles for hostgroups and hosts

View differences:

app/views/compute_resources_vms/form/_openstack.html.erb
<% new = f.object && f.object.id.blank? %>
<%= text_f f, :name, :disabled => !new if controller_name != "hosts" %>
<%= text_f f, :name, :disabled => !new if show_vm_name? %>
<%= select_f f, :flavor_ref, compute_resource.flavors, :id, :name, {}, :label => _('Flavor') %>
<%
arch ||= nil ; os ||= nil

Also available in: Unified diff