diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-26 16:26:27 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-03 10:08:08 +0100 |
commit | 74d249bc1346c7cfaac7ee49bebbebcf2a01f82a (patch) | |
tree | d47bd163ae57ed8f15b445296634cc04f4f67b6f /client/src/app | |
parent | 095e2258043fcff8a79ab082d11edfbd8f13a8e2 (diff) | |
download | PeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.tar.gz PeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.tar.zst PeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.zip |
Add ability to cleanup remote AP interactions
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 1 |
1 files changed, 1 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 9f5c04406..43578eedd 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -28,6 +28,7 @@ export class JobsComponent extends RestTable implements OnInit { | |||
28 | 'activitypub-http-fetcher', | 28 | 'activitypub-http-fetcher', |
29 | 'activitypub-http-unicast', | 29 | 'activitypub-http-unicast', |
30 | 'activitypub-refresher', | 30 | 'activitypub-refresher', |
31 | 'activitypub-cleaner', | ||
31 | 'actor-keys', | 32 | 'actor-keys', |
32 | 'email', | 33 | 'email', |
33 | 'video-file-import', | 34 | 'video-file-import', |