#20923: Migrate IPAM views to declarative layouts (#21695)

* #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:
Arthur Hanson
2026-03-26 13:55:12 -07:00
committed by GitHub
parent f5c97e367c
commit 99e9d96787
32 changed files with 683 additions and 1316 deletions

View 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 %}