Closed
Description
NetBox version
v3.7.0
Feature type
Change to existing functionality
Proposed functionality
NetBox currently lists all background tasks under the admin UI (/admin/background-tasks/
), in a view provided by the django-rq
package. Replicate this view in the primary UI, under the "admin" menu section.
Use case
Users will be able to inspect active and completed background tasks without leaving the primary UI, and unblocks #12325.
Database changes
None
External dependencies
None