mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
add job id to the jobs details page
This commit is contained in:
@@ -23,7 +23,7 @@ function Jobs() {
|
|||||||
const typeSegment = JOB_TYPE_URL_SEGMENTS[job.type];
|
const typeSegment = JOB_TYPE_URL_SEGMENTS[job.type];
|
||||||
setBreadcrumbConfig({
|
setBreadcrumbConfig({
|
||||||
'/jobs': t`Jobs`,
|
'/jobs': t`Jobs`,
|
||||||
[`/jobs/${typeSegment}/${job.id}`]: `${job.name}`,
|
[`/jobs/${typeSegment}/${job.id}`]: `${job.id} - ${job.name}`,
|
||||||
[`/jobs/${typeSegment}/${job.id}/output`]: t`Output`,
|
[`/jobs/${typeSegment}/${job.id}/output`]: t`Output`,
|
||||||
[`/jobs/${typeSegment}/${job.id}/details`]: t`Details`,
|
[`/jobs/${typeSegment}/${job.id}/details`]: t`Details`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user