Project

General

Profile

« Previous | Next » 

Revision 55548030

Added by Ohad Levy almost 12 years ago

  • ID 555480301cc8d9d5a1ed991c27e63dc66c4ea489

adds missing EC2 propetries view

View differences:

app/views/compute_resources_vms/index/_ec2.html.erb
</tr>
<% @compute_resource.vms.each do |vm| -%>
<tr>
<td><%= vm.tags["Name"] %></td>
<td><%= link_to_if_authorized vm.tags["Name"], hash_for_compute_resource_vm_path(:compute_resource_id => @compute_resource, :id => vm.identity) %></td>
<td><%= vm.dns_name %></td>
<td><%= vm.flavor_id %></td>
<td <%= vm_power_class(vm.ready?)%>> <%= vm_state(!vm.ready?) %> </td>

Also available in: Unified diff