Project

General

Profile

Download (554 Bytes) Statistics
| Branch: | Tag: | Revision:
a89c40ce Ohad Levy
<% title @vm %>
bf4a13d3 Walden Raines
<div class='col-md-12'>
55548030 Ohad Levy
<table class="table table-bordered table-striped">
<tr><th colspan="2">Properties</th></tr>

<%= prop :availability_zone %>
<%= prop :public_ip_address %>
a89c40ce Ohad Levy
<%= prop :dns_name, "DNS name" %>
55548030 Ohad Levy
<%= prop :private_ip_address %>
<%= prop :private_dns_name %>
<%= prop :kernel_id %>
<%= prop :state %>
a89c40ce Ohad Levy
<%= prop :created_at, "Created" %>
55548030 Ohad Levy
<%= prop :root_device_type %>
<%= prop :image_id %>
<%= prop :flavor_id %>
<%= prop :groups, "Security Groups" %>
</table>
</div>