diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index 4cda63272..d5da1b743 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -23,23 +23,28 @@ export class JobsComponent extends RestTable implements OnInit { | |||
23 | jobTypes: JobTypeClient[] = [ | 23 | jobTypes: JobTypeClient[] = [ |
24 | 'all', | 24 | 'all', |
25 | 25 | ||
26 | 'activitypub-cleaner', | ||
26 | 'activitypub-follow', | 27 | 'activitypub-follow', |
27 | 'activitypub-http-broadcast', | ||
28 | 'activitypub-http-broadcast-parallel', | 28 | 'activitypub-http-broadcast-parallel', |
29 | 'activitypub-http-broadcast', | ||
29 | 'activitypub-http-fetcher', | 30 | 'activitypub-http-fetcher', |
30 | 'activitypub-http-unicast', | 31 | 'activitypub-http-unicast', |
31 | 'activitypub-refresher', | 32 | 'activitypub-refresher', |
32 | 'activitypub-cleaner', | ||
33 | 'actor-keys', | 33 | 'actor-keys', |
34 | 'after-video-channel-import', | ||
34 | 'email', | 35 | 'email', |
36 | 'federate-video', | ||
37 | 'manage-video-torrent', | ||
38 | 'move-to-object-storage', | ||
39 | 'notify', | ||
40 | 'video-channel-import', | ||
35 | 'video-file-import', | 41 | 'video-file-import', |
36 | 'video-import', | 42 | 'video-import', |
37 | 'video-live-ending', | 43 | 'video-live-ending', |
38 | 'video-redundancy', | 44 | 'video-redundancy', |
45 | 'video-studio-edition', | ||
39 | 'video-transcoding', | 46 | 'video-transcoding', |
40 | 'videos-views-stats', | 47 | 'videos-views-stats' |
41 | 'move-to-object-storage', | ||
42 | 'video-channel-import' | ||
43 | ] | 48 | ] |
44 | 49 | ||
45 | jobs: Job[] = [] | 50 | jobs: Job[] = [] |