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

Added utilization percetange to aggregate and prefix views

This commit is contained in:
Jeremy Stretch
2017-06-08 12:48:49 -04:00
parent f3e997ea39
commit 4f95926cbd
2 changed files with 8 additions and 2 deletions

View File

@@ -57,6 +57,12 @@
<a href="{% url 'ipam:aggregate_list' %}?rir={{ aggregate.rir.slug }}">{{ aggregate.rir }}</a>
</td>
</tr>
<tr>
<td>Utilization</td>
<td>
{{ aggregate.get_utilization }}%
</td>
</tr>
<tr>
<td>Date Added</td>
<td>