mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
* #20923: Migrate IPAM views to declarative layouts * #20923: Migrate IPAM views to declarative layouts * fix VRF view * fix Route Target view * fix addressing details modal * fix add prefix button * fix add aggregate button * fix add VLAN button * fix breadcrumb on Application Service * fix breadcrumb on ANS * move attrs to separate file * review feedback * review feedback * review feedback * review feedback
This commit is contained in:
6
netbox/templates/ipam/iprange/attrs/utilization.html
Normal file
6
netbox/templates/ipam/iprange/attrs/utilization.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load helpers %}
|
||||
{% if object.mark_utilized %}
|
||||
{% utilization_graph 100 warning_threshold=0 danger_threshold=0 %}
|
||||
{% else %}
|
||||
{% utilization_graph value %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user