From 9efa70a551cddf0e490f35b7e6ed8be1589896f5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 May 2017 16:02:50 -0400 Subject: [PATCH] Fixes #1159: Only superusers can see "edit IP" buttons on the device interfaces list --- netbox/templates/dcim/inc/interface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 9e2f9f8a5..86e480710 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -134,7 +134,7 @@ {{ ip.get_status_display }} - {% if perms.ipam.edit_ipaddress %} + {% if perms.ipam.change_ipaddress %}