diff --git a/netbox/templates/dcim/inc/ipaddress.html b/netbox/templates/dcim/inc/ipaddress.html deleted file mode 100644 index 9a91434c6..000000000 --- a/netbox/templates/dcim/inc/ipaddress.html +++ /dev/null @@ -1,26 +0,0 @@ - - - {{ ip }} - - - {{ ip.vrf|default:"Global" }} - - {{ ip.interface }} - - {% if device.primary_ip4 == ip or device.primary_ip6 == ip %} - Primary - {% endif %} - - - {% if perms.ipam.change_ipaddress %} - - - - {% endif %} - {% if perms.ipam.delete_ipaddress %} - - - - {% endif %} - -