1
0
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:
John Mitchell 2016-12-07 15:06:42 -05:00
parent 27a3bae5dc
commit ffe6ec97ef

View File

@ -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',