Sha256: 82b1a3b76732c0b87db84e5d98b0a6658de2d03497be9836353d056319169ec1
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 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_id, 'Image ID' %> <%= prop @vm.image.name, 'Image' if @vm.image.present? %> <%= prop :flavor_id, 'Flavor ID' %> <%= prop :vm_description, "Type (flavor)" %> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems