Sha256: f86224effeaf984af3eba0da166592bfd956a0e0b89be631ffd5f09d064d55fa

Contents?: true

Size: 584 Bytes

Versions: 6

Compression:

Stored size: 584 Bytes

Contents

<% title @vm.azure_vm.name %>
<div class='col-md-12'>
  <table class="<%= table_css_classes %>">
    <thead>
    <tr><th colspan="2"><%=_('Properties') %></th></tr>
    </thead>
    <tbody>
      <tr>
        <td>Id</td>
        <td><%=@vm.id%></td>
      </tr>
      <tr>
        <td>Location</td>
        <td><%=@vm.azure_vm.location%></td>
      </tr>
      <tr>
        <td>VM Size</td>
        <td><%=@vm.vm_size%></td>
      </tr>
      <tr>
        <td>Platform</td>
        <td><%=@vm.azure_vm.storage_profile.os_disk.os_type%></td>
      </tr>
    </tbody>
  </table>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_azure_rm-2.0.5 app/views/compute_resources_vms/show/_azurerm.html.erb
foreman_azure_rm-2.0.4 app/views/compute_resources_vms/show/_azurerm.html.erb
foreman_azure_rm-2.0.3 app/views/compute_resources_vms/show/_azurerm.html.erb
foreman_azure_rm-2.0.2 app/views/compute_resources_vms/show/_azurerm.html.erb
foreman_azure_rm-2.0.1 app/views/compute_resources_vms/show/_azurerm.html.erb
foreman_azure_rm-2.0.0.pre1 app/views/compute_resources_vms/show/_azurerm.html.erb