diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index 18ff8b7b6..4b358a433 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -241,6 +241,9 @@ INTERFACE_BUTTONS = """ {% if perms.dcim.add_interface %}
  • Child Interface
  • {% endif %} + {% if perms.ipam.add_l2vpntermination %} +
  • L2VPN Termination
  • + {% endif %} {% if perms.ipam.add_fhrpgroupassignment %}
  • Assign FHRP Group
  • {% endif %}