mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #11646 from jainnikhil30/fix_jobs_id
add job id to the jobs details page
This commit is contained in:
commit
ab3de5898d
@ -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