Fix jobs type list order

pull/3759/head
Chocobozzz 2021-02-19 08:26:59 +01:00
parent 7a8d858e97
commit 6d22ea006b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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',