Update vlangroup.html

This commit is contained in:
Abhimanyu Saharan 2023-04-15 18:58:41 +05:30 committed by GitHub
parent 617b0d2e34
commit cd97ccc23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,10 @@
<a href="{% url 'ipam:vlan_list' %}?group_id={{ object.pk }}">{{ vlans_count }}</a>
</td>
</tr>
<tr>
<th scope="row">Utilization</th>
<td>{% utilization_graph object.get_utilization %}</td>
</tr>
</table>
</div>
</div>