Project

General

Profile

« Previous | Next » 

Revision 8dec3f5b

Added by Ohad Levy almost 13 years ago

  • ID 8dec3f5b51b8b330dfcf8ba96338f97df6659a68

fixes #1085 - add default domain and subnet settings to hostgroups

View differences:

app/views/common/_hypervisor.html.erb
<%= image_tag "spinner.gif", :id => "vm_indicator", :style => "display:none" %>
</div>
<% if @hypervisor or (item and item.hypervisor?) -%>
<% (@hypervisor ||= Hypervisor.find(item.hypervisor_id)) -%>
<% @hypervisor ||= item.hypervisor -%>
<div class="span-4 pull-1">
<%= label item_name, :memory, "Memory" %>
<%= select item_name, :memory, select_memory(item.memory || @guest.memory) %>

Also available in: Unified diff