diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py index 81da1d0da..8e47a3164 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -44,7 +44,6 @@ PREFIX_UTILIZATION_GRAPH = """ {% if record.pk %}{% utilization_graph record.get_utilization %}{% else %}—{% endif %} """ - ROLE_PREFIX_COUNT = """ {{ value }} """