mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Added platform info to VM view
This commit is contained in:
parent
fa95191792
commit
71069ced7f
@ -65,6 +65,16 @@
|
|||||||
<td>Cluster Type</td>
|
<td>Cluster Type</td>
|
||||||
<td>{{ vm.cluster.type }}</td>
|
<td>{{ vm.cluster.type }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Platform</td>
|
||||||
|
<td>
|
||||||
|
{% if vm.platform %}
|
||||||
|
<span>{{ vm.platform }}</span>
|
||||||
|
{% else %}
|
||||||
|
<span class="text-muted">None</span>
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Tenant</td>
|
<td>Tenant</td>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user