From 37ab3f6811650c88a7516436c3db88352cba19aa Mon Sep 17 00:00:00 2001 From: gorban Date: Tue, 11 Feb 2020 13:03:44 +0300 Subject: [PATCH] deleted buttons --- netbox/templates/dcim/inc/interface.html | 35 +----------------------- 1 file changed, 1 insertion(+), 34 deletions(-) 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 %}