<% title @vm.name %>
<%= _('Properties') %>
<%= _('Name') %> <%= @vm.name %>
<%= _('IP Address') %> <%= @vm.ipaddress %>
<%= _('CPU shares') %> <%= @vm.cores %>
<%= _('UUID') %> <%= @vm.identity %>
<%= _('Memory') %> <%= number_to_human_size @vm.memory %>
<%= _('Command') %> <%= @vm.command %>
<%= _('Exposed ports') %> <%= @vm.exposed_ports %>
<%= _('Running on') %> <%= link_to @compute_resource, compute_resource_path(@compute_resource) %>