From 969ae815749fa459ab63dc2b7cdf9c981ef1609c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 6 Mar 2026 01:45:01 -0500 Subject: [PATCH] Fixes #21380: Fix display of the background workers list on small screens (#21598) Wrap the table in a `.table-responsive` to enable horizontal scrolling within the table body. --- netbox/templates/core/rq_queue_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/core/rq_queue_list.html b/netbox/templates/core/rq_queue_list.html index 44203ee25..519ff6b4b 100644 --- a/netbox/templates/core/rq_queue_list.html +++ b/netbox/templates/core/rq_queue_list.html @@ -28,7 +28,7 @@ -
+
{% render_table table %}
{% endblock content %}