<%= vm.uuid %> |
<%= link_to_if_authorized vm.name, hash_for_compute_resource_vm_path(:compute_resource_id => @compute_resource, :id => vm.uuid) %> |
<%= vm.cpu %> |
<%= vm.memory %> |
<%= vm.ip %> |
<%= vm.mac %> |
<%= vm.user %> |
<%= vm.group %> |
<%= vm.status %> |
> <%= vm_state(vm) %> |
<%= action_buttons(vm_power_action(vm), display_delete_if_authorized(hash_for_compute_resource_vm_path(:compute_resource_id => @compute_resource, :id => vm.uuid))) %>
|
<% end %>