aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/system/jobs/jobs.component.ts')
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts
index 38b4066a4..9f5c04406 100644
--- a/client/src/app/+admin/system/jobs/jobs.component.ts
+++ b/client/src/app/+admin/system/jobs/jobs.component.ts
@@ -22,11 +22,13 @@ export class JobsComponent extends RestTable implements OnInit {
22 jobType: JobTypeClient = 'all' 22 jobType: JobTypeClient = 'all'
23 jobTypes: JobTypeClient[] = [ 23 jobTypes: JobTypeClient[] = [
24 'all', 24 'all',
25
25 'activitypub-follow', 26 'activitypub-follow',
26 'activitypub-http-broadcast', 27 'activitypub-http-broadcast',
27 'activitypub-http-fetcher', 28 'activitypub-http-fetcher',
28 'activitypub-http-unicast', 29 'activitypub-http-unicast',
29 'activitypub-refresher', 30 'activitypub-refresher',
31 'actor-keys',
30 'email', 32 'email',
31 'video-file-import', 33 'video-file-import',
32 'video-import', 34 'video-import',