mirror of https://github.com/Chocobozzz/PeerTube
Fix jobs type list order
parent
7a8d858e97
commit
6d22ea006b
|
@ -21,12 +21,12 @@ export class JobsComponent extends RestTable implements OnInit {
|
|||
|
||||
jobType: JobTypeClient = 'all'
|
||||
jobTypes: JobTypeClient[] = [
|
||||
'all',
|
||||
'activitypub-follow',
|
||||
'activitypub-http-broadcast',
|
||||
'activitypub-http-fetcher',
|
||||
'activitypub-http-unicast',
|
||||
'activitypub-refresher',
|
||||
'all',
|
||||
'email',
|
||||
'video-file-import',
|
||||
'video-import',
|
||||
|
|
Loading…
Reference in New Issue