diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index 6403717f4..ff024ab03 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -9,6 +9,7 @@
+ Prefix
@@ -93,11 +94,11 @@
{% if duplicate_prefix_table.rows %} - {% with heading='Duplicate Prefixes' panel_class='danger' %} + {% with heading='Duplicate Prefixes' icon='exclamation-triangle' panel_class='danger' %} {% render_table duplicate_prefix_table 'panel_table.html' %} {% endwith %} {% endif %} - {% with heading='Parent Prefixes' %} + {% with heading='Parent Prefixes' icon='cube' %} {% render_table parent_prefix_table 'panel_table.html' %} {% endwith %}
@@ -105,7 +106,7 @@
{% if child_prefix_table.rows %} - {% include 'utilities/obj_table.html' with table=child_prefix_table table_template='panel_table.html' heading='Child Prefixes' parent=prefix bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' %} + {% include 'utilities/obj_table.html' with table=child_prefix_table table_template='panel_table.html' heading='Child Prefixes' icon='cubes' parent=prefix bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' %} {% elif prefix.new_subnet %} Add Child Prefix