mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
make schedules tab of jobs list work
This commit is contained in:
parent
27a3bae5dc
commit
ffe6ec97ef
@ -8,7 +8,7 @@ import {templateUrl} from '../shared/template-url/template-url.factory';
|
||||
|
||||
export default {
|
||||
name: 'jobDetail',
|
||||
url: '/jobs/:id',
|
||||
url: '/jobs/{id: int}',
|
||||
searchPrefix: 'job_event',
|
||||
ncyBreadcrumb: {
|
||||
parent: 'jobs',
|
||||
|
Loading…
Reference in New Issue
Block a user