diff --git a/netbox/templates/core/datasource.html b/netbox/templates/core/datasource.html index c69569358..b1bd591ca 100644 --- a/netbox/templates/core/datasource.html +++ b/netbox/templates/core/datasource.html @@ -2,6 +2,7 @@ {% load static %} {% load helpers %} {% load plugins %} +{% load perms %} {% load render_table from django_tables2 %} {% block extra_controls %} @@ -88,7 +89,16 @@ {% for name, field in object.get_backend.parameters.items %}