Sha256: f842ffd14037069f61fcae3950750adaff9fc643b25aba8b43144bc99559cd69

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 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 :ipv6_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

2 entries across 2 versions & 1 rubygems

Version Path
foreman_digitalocean-1.3.0 app/views/compute_resources_vms/show/_digitalocean.html.erb
foreman_digitalocean-1.2.0 app/views/compute_resources_vms/show/_digitalocean.html.erb