@@ -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