From 4f3f2142f466861a655c6049448afee444591e0a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 14 Feb 2024 15:39:47 -0500 Subject: [PATCH] Fix dashboard object list widget --- netbox/templates/extras/dashboard/widgets/objectlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/dashboard/widgets/objectlist.html b/netbox/templates/extras/dashboard/widgets/objectlist.html index d3b122612..d543cd4c3 100644 --- a/netbox/templates/extras/dashboard/widgets/objectlist.html +++ b/netbox/templates/extras/dashboard/widgets/objectlist.html @@ -1,6 +1,6 @@ {% load i18n %} {% if htmx_url and has_permission %} -
+
{% elif htmx_url %}
{% trans "No permission to view this content" %}.