diff --git a/netbox/templates/core/job.html b/netbox/templates/core/job.html index 1c67791b87c..002ed92b56b 100644 --- a/netbox/templates/core/job.html +++ b/netbox/templates/core/job.html @@ -4,6 +4,18 @@ {% load perms %} {% load i18n %} +{% block breadcrumbs %} + {{ block.super }} + + {% with parent_jobs_viewname=object.object|viewname:"jobs" %} + + {% endwith %} +{% endblock breadcrumbs %} + {% block control-buttons %} {% if request.user|can_delete:object %} {% delete_button object %}