diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-20 11:20:12 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-05-01 16:41:02 +0200 |
commit | 0251197e249cc03b65805ed6805da72bf4573529 (patch) | |
tree | 3aae202fd1ea24bac5cd7f2c380ffe50aae189a0 /client/src/app/+admin/system/jobs | |
parent | b8cf27c0f86d205a279d03b83e0e6728f46da67f (diff) | |
download | PeerTube-0251197e249cc03b65805ed6805da72bf4573529.tar.gz PeerTube-0251197e249cc03b65805ed6805da72bf4573529.tar.zst PeerTube-0251197e249cc03b65805ed6805da72bf4573529.zip |
Factorize rest-table and fix/simplify SQL
Diffstat (limited to 'client/src/app/+admin/system/jobs')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index dc8343b52..4f7f7c368 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -40,7 +40,6 @@ export class JobsComponent extends RestTable implements OnInit { | |||
40 | 40 | ||
41 | jobs: Job[] = [] | 41 | jobs: Job[] = [] |
42 | totalRecords: number | 42 | totalRecords: number |
43 | rowsPerPage = 10 | ||
44 | sort: SortMeta = { field: 'createdAt', order: -1 } | 43 | sort: SortMeta = { field: 'createdAt', order: -1 } |
45 | pagination: RestPagination = { count: this.rowsPerPage, start: 0 } | 44 | pagination: RestPagination = { count: this.rowsPerPage, start: 0 } |
46 | 45 | ||