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=021e4f8d0ac0bdd295586cfe9783033486bae630;hpb=83e74670419d8faf005d36ef2e8b8ac3166012d7;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 021e4f8d0..638d2380a 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.html +++ b/client/src/app/+admin/system/jobs/jobs.component.html @@ -34,10 +34,10 @@ @@ -46,17 +46,15 @@ Type Priority (1 = highest priority) State - Progress + Progress Created - - - - + + {{ job.id }} @@ -67,8 +65,8 @@ {{ job.state }} - - {{ getProgress(job) }} + + {{ getProgress(job) }} {{ job.createdAt | date: 'short' }} @@ -107,6 +105,7 @@ No jobs found. No {{ jobType }} jobs found. + No {{ jobState }} jobs found. No {{ jobType }} jobs found that are {{ jobState }}.