X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fsystem%2Fjobs%2Fjobs.component.html;h=638d2380a4f8fb709d8db5b83995ab6324fba2fa;hb=e6492b2de61e5eef5ea9bc1bf19463c065f3f41d;hp=b6457a005664a0c25c4e335f8c9193d46d37379f;hpb=3b01f4c0ac764ecb70efaadfd939ca868c28769c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/system/jobs/jobs.component.html b/client/src/app/+admin/system/jobs/jobs.component.html index b6457a005..638d2380a 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.html +++ b/client/src/app/+admin/system/jobs/jobs.component.html @@ -25,44 +25,48 @@ + +
+ +
ID Type + Priority (1 = highest priority) State - Progress + Progress Created - - - - + + {{ job.id }} {{ job.type }} + {{ job.priority }} {{ job.state }} - - {{ getProgress(job) }} + + {{ getProgress(job) }} {{ job.createdAt | date: 'short' }} @@ -101,6 +105,7 @@ No jobs found. No {{ jobType }} jobs found. + No {{ jobState }} jobs found. No {{ jobType }} jobs found that are {{ jobState }}.