diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html index 09029b8da..4841ea196 100644 --- a/netbox/templates/core/plugin.html +++ b/netbox/templates/core/plugin.html @@ -32,6 +32,7 @@ From {% trans "Overview" %} + {% if not plugin.is_local %} + {% endif %} {% endblock tabs %} @@ -52,6 +54,7 @@ From
{{ plugin.description_short }}
+ {% if not plugin.is_local %}
@@ -85,4 +88,5 @@ python3 /opt/netbox/netbox/netbox/manage.py collectstatic sudo systemctl restart netbox netbox-rq
+ {% endif %} {% endblock content %}