diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index d19c6e392..90ed3d0c1 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -297,8 +297,7 @@ Tagged Name Status - Description - + Description @@ -324,23 +323,6 @@ {# VLAN description #} {{ iface.untagged_vlan.description }} - {# VLAN buttons #} - - {% if perms.ipam.change_vlan %} - - - - {% endif %} - {% if perms.ipam.delete_ipaddress %} - - - - {% endif %} - {% endif %} @@ -368,21 +350,6 @@ {# VLAN description #} {{ tag.description }} - {# VLAN buttons #} - - {% if perms.ipam.change_vlan %} - - - - {% endif %} - {% if perms.ipam.delete_ipaddress %} - - - - {% endif %} - {% endfor %} {% endif %}