blob: 194eb1e3f28a040f3fc2b1522cd4bf51f5957d34 [file] [log] [blame]
- @title="#{@machine_image.name}"
- content_for :breadcrumb do
%ul.breadcrumb
%li
%a{ :href => "/cimi/cloudEntryPoint"} CloudEntryPoint
%span.divider="/"
%li
%a{ :href => "/cimi/machine_images"} MachineImageCollection
%span.divider="/"
%li.active
= @machine_image.name
- content_for :actions do
%p
%a{ :href => "#{@machine_image.id}?format=xml", :class => 'label warning' } XML
%a{ :href => "#{@machine_image.id}?format=json", :class => 'label warning' } JSON
- details do
- row 'ID', @machine_image.id
- row 'Name', @machine_image.name
- row 'Description', @machine_image.description
- row 'State', @machine_image.state
- row 'Created', @machine_image.created
- row 'Type', @machine_image.type
- row 'Image Location', @machine_image.image_location
- row 'Related Image', @machine_image.related_image.href