1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix row header

This commit is contained in:
jeremystretch
2021-07-20 21:09:13 -04:00
parent 5e1156abe2
commit f2f9c926bb

View File

@ -46,7 +46,7 @@
</td>
</tr>
<tr>
<td>Virtual Machines</td>
<th>Virtual Machines</th>
<td>
{% if object.vm_role %}
<a href="{% url 'virtualization:virtualmachine_list' %}?role_id={{ object.pk }}">{{ virtualmachine_count }}</a>