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