% title @vm.name %>
Properties |
<%= prop :public_ip_address %>
<%= prop :private_ip_address %>
<%= prop :state %>
<%= prop :created_at, 'Created' %>
<%= prop :image_name, 'Image' if @vm.image.present? %>
<%= prop :flavor_name, "Type (flavor)" %>
<%= prop :region_name, "Region" %>