Sha256: b0f58ae2828a2ee4569b2523bf50c9bfb3c4e0a737be58581a11ef022d20fdda

Contents?: true

Size: 438 Bytes

Versions: 6

Compression:

Stored size: 438 Bytes

Contents

<% title @vm.name %>
<div class='col-md-12'>
  <table class="table table-bordered table-striped">
    <tr><th colspan="2">Properties</th></tr>
    <%= 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" %>
  </table>
</div>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
foreman_ovm-0.0.1 app/views/compute_resources_vms/show/_ovm.html.erb
foreman_digitalocean-1.1.0 app/views/compute_resources_vms/show/_digitalocean.html.erb
foreman_digitalocean-1.0.0 app/views/compute_resources_vms/show/_digitalocean.html.erb
foreman_digitalocean-0.2.1 app/views/compute_resources_vms/show/_digitalocean.html.erb
foreman_digitalocean-0.2.0 app/views/compute_resources_vms/show/_digitalocean.html.erb
foreman_digitalocean-0.1.0 app/views/compute_resources_vms/show/_digitalocean.html.erb