From 635d849da940a64ac88ba372074ffcfa762d4426 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 17 Jan 2024 09:35:54 -0800 Subject: [PATCH] 14729 display job id --- netbox/templates/core/background_tasks_job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/core/background_tasks_job.html b/netbox/templates/core/background_tasks_job.html index 1b74599df..84a4b8588 100644 --- a/netbox/templates/core/background_tasks_job.html +++ b/netbox/templates/core/background_tasks_job.html @@ -17,7 +17,7 @@ {{ block.super }} {% endblock header %} -{% block title %}{% trans "Job" %}{% endblock %} +{% block title %}{% trans "Job" %} {{ job.id }}{% endblock %} {% block controls %}