diff --git a/netbox/core/views.py b/netbox/core/views.py index 766f6e5e6..73789361d 100644 --- a/netbox/core/views.py +++ b/netbox/core/views.py @@ -768,8 +768,8 @@ def get_catalog_plugins(plugins): def get_plugins(): - # if plugins := cache.get('plugins-catalog-feed'): - # return plugins + if plugins := cache.get('plugins-catalog-feed'): + return plugins plugins = {} plugins = get_local_plugins(plugins) diff --git a/netbox/templates/core/htmx/plugins.html b/netbox/templates/core/htmx/plugins.html deleted file mode 100644 index da0fe1dad..000000000 --- a/netbox/templates/core/htmx/plugins.html +++ /dev/null @@ -1,9 +0,0 @@ -{% load buttons %} -{% load helpers %} -{% load i18n %} - -
{% trans "NetBox plugins enable you to document and model new kinds of resources, connect automations, add workflows, and much more." %}
+{% trans "NetBox plugins enable you to document and model new kinds of resources, connect automations, add workflows, and much more." %}
-