From ada1aae3615c1b08fc4e4e4094329f53e05f81d7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 16 Oct 2024 13:54:01 -0400 Subject: [PATCH] Use non-HTMX template for static tables --- netbox/templates/core/plugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html index 4470ae453..b833db037 100644 --- a/netbox/templates/core/plugin.html +++ b/netbox/templates/core/plugin.html @@ -94,8 +94,8 @@

{% trans "Version History" %}

-
- {% render_table table 'inc/table_htmx.html' %} +
+ {% render_table table 'inc/table.html' %}