From e8684240a720e60a9ac271f41ed9cb60fdc4ea9e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 21 Dec 2016 17:28:35 -0500 Subject: [PATCH] Added permissions evaluation --- netbox/templates/dcim/inc/device_table.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/netbox/templates/dcim/inc/device_table.html b/netbox/templates/dcim/inc/device_table.html index b416d35b4..b11527748 100644 --- a/netbox/templates/dcim/inc/device_table.html +++ b/netbox/templates/dcim/inc/device_table.html @@ -1,18 +1,18 @@ {% extends 'utilities/obj_table.html' %} {% block extra_actions %} - {% if perms.dcim.add_interface %} + {% if perms.dcim.change_device %}
{% endif %}