Sha256: 55a6e5496e68ce6d8ea06113b35fbcc69a660e022c197f3f4d26cf3de54db374

Contents?: true

Size: 577 Bytes

Versions: 11

Compression:

Stored size: 577 Bytes

Contents

<% title @vm.name %>

<div class='col-md-12'>
  <table class="<%= table_css_classes %>">
    <thead>
      <tr><th colspan="2"><%=_("Properties") %></th></tr>
    </thead>
    <tbody>
      <%= prop :state %>
      <%= prop :pretty_machine_type, _("Machine Type") %>
      <%= prop :zone_name, _("Zone") %>
      <tr>
        <td>Created</td>
        <td><%= date_time_relative(@vm.creation_timestamp) %></td>
      </tr>
      <%= prop :private_ip_address %>
      <%= prop :public_ip_address %>
      <%= prop :pretty_image_name, _("Image") %>
    </tbody>
  </table>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_google-3.0.2 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-3.0.1 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-3.0.0 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-2.0.1 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-2.0.0 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-1.0.4 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-1.0.3 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-1.0.2 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-1.0.1 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-1.0.0 app/views/compute_resources_vms/show/_gce.html.erb
foreman_google-0.0.2 app/views/compute_resources_vms/show/_gce.html.erb