From c27cb6f153062b1a0d8a7f819db358763d1205f5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 5 Jun 2024 09:02:05 -0400 Subject: [PATCH] Fix styling of object jobs table --- netbox/templates/core/object_jobs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/core/object_jobs.html b/netbox/templates/core/object_jobs.html index 7d8c0a3b7..14e31e5be 100644 --- a/netbox/templates/core/object_jobs.html +++ b/netbox/templates/core/object_jobs.html @@ -5,7 +5,7 @@
-
+
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}