]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/jobs/jobs.component.ts
Add missing job types to admin panel
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.ts
index 4cda6327290ab71bf32b052b5a876585c0c358fc..d5da1b743a835f4f4fe4abf2f4b3534c117fc074 100644 (file)
@@ -23,23 +23,28 @@ export class JobsComponent extends RestTable implements OnInit {
   jobTypes: JobTypeClient[] = [
     'all',
 
+    'activitypub-cleaner',
     'activitypub-follow',
-    'activitypub-http-broadcast',
     'activitypub-http-broadcast-parallel',
+    'activitypub-http-broadcast',
     'activitypub-http-fetcher',
     'activitypub-http-unicast',
     'activitypub-refresher',
-    'activitypub-cleaner',
     'actor-keys',
+    'after-video-channel-import',
     'email',
+    'federate-video',
+    'manage-video-torrent',
+    'move-to-object-storage',
+    'notify',
+    'video-channel-import',
     'video-file-import',
     'video-import',
     'video-live-ending',
     'video-redundancy',
+    'video-studio-edition',
     'video-transcoding',
-    'videos-views-stats',
-    'move-to-object-storage',
-    'video-channel-import'
+    'videos-views-stats'
   ]
 
   jobs: Job[] = []