composer update

This commit is contained in:
2020-05-10 09:29:56 +00:00
parent c6f807ebad
commit 8e93eececf
919 changed files with 11790 additions and 7005 deletions

View File

@@ -63,6 +63,12 @@ export default [
component: require('./screens/recentJobs/index').default,
},
{
path: '/recent-jobs/:jobId',
name: 'recent-jobs-preview',
component: require('./screens/recentJobs/job').default,
},
{
path: '/failed',
name: 'failed-jobs',