diff --git a/netbox/templates/extras/report_list.html b/netbox/templates/extras/report_list.html index e9eef966c..58eefa4f7 100644 --- a/netbox/templates/extras/report_list.html +++ b/netbox/templates/extras/report_list.html @@ -108,9 +108,9 @@ {% empty %}
{{ settings.REPORTS_ROOT }}
.
- REPORTS_ROOT
in NetBox's configuration.
+ {% if perms.extras.add_reportmodule %}
+ Get started by creating a report from an uploaded file or data source.
+ {% endif %}
{{ settings.SCRIPTS_ROOT }}
.
- SCRIPTS_ROOT
in NetBox's configuration.
+ {% if perms.extras.add_scriptmodule %}
+ Get started by creating a script from an uploaded file or data source.
+ {% endif %}