mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
add job id to the jobs details page
This commit is contained in:
parent
32d6d746b3
commit
7ff8a3764b
@ -23,7 +23,7 @@ function Jobs() {
|
||||
const typeSegment = JOB_TYPE_URL_SEGMENTS[job.type];
|
||||
setBreadcrumbConfig({
|
||||
'/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}/details`]: t`Details`,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user