diff --git a/netbox/extras/tables.py b/netbox/extras/tables.py index dd7b45c6f..633261448 100644 --- a/netbox/extras/tables.py +++ b/netbox/extras/tables.py @@ -8,10 +8,10 @@ from .models import ConfigContext, JournalEntry, ObjectChange, Tag, TaggedItem CONFIGCONTEXT_ACTIONS = """ {% if perms.extras.change_configcontext %} - + {% endif %} {% if perms.extras.delete_configcontext %} - + {% endif %} """