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

Fixes #7458: Correct tenants count label under tenant group view

This commit is contained in:
jeremystretch
2021-10-06 08:44:59 -04:00
parent 9089f5cf67
commit 745aa23ed6

View File

@ -37,7 +37,7 @@
</td>
</tr>
<tr>
<th scope="row">Sites</th>
<th scope="row">Tenants</th>
<td>
<a href="{% url 'tenancy:tenant_list' %}?group_id={{ object.pk }}">{{ tenants_table.rows|length }}</a>
</td>