From 03968196e24ae20d648c6928f0745199d29d26e9 Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 11:02:48 -0400 Subject: [PATCH] add template vars for icons --- netbox/templates/ipam/prefix_ipaddresses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/ipam/prefix_ipaddresses.html b/netbox/templates/ipam/prefix_ipaddresses.html index 621bb2f22..bfb6af915 100644 --- a/netbox/templates/ipam/prefix_ipaddresses.html +++ b/netbox/templates/ipam/prefix_ipaddresses.html @@ -7,7 +7,7 @@ {% include 'ipam/inc/prefix_header.html' with active_tab='ip-addresses' %}
- {% include 'utilities/obj_table.html' with table=ip_table table_template='panel_table.html' heading='IP Addresses' bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %} + {% include 'utilities/obj_table.html' with table=ip_table table_template='panel_table.html' heading='IP Addresses' icon='map-signs' bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %}
{% endblock %}