@@ -119,15 +120,15 @@
- {% with heading='Parent Prefixes' %}
+ {% with heading='Parent Prefixes' icon='cube' %}
{% render_table parent_prefixes_table 'panel_table.html' %}
{% endwith %}
{% if duplicate_ips_table.rows %}
- {% with heading='Duplicate IP Addresses' panel_class='danger' %}
+ {% with heading='Duplicate IP Addresses' icon='exclamation-traingle' panel_class='danger' %}
{% render_table duplicate_ips_table 'panel_table.html' %}
{% endwith %}
{% endif %}
- {% with heading='Related IP Addresses' %}
+ {% with heading='Related IP Addresses' icon=share-alt' %}
{% render_table related_ips_table 'panel_table.html' %}
{% endwith %}