diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index 8c23f327c..18ff8b7b6 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_fhrpgroupassignment %} +
  • Assign FHRP Group
  • + {% endif %} {% endif %}