X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fsystem%2Fjobs%2Fjobs.component.html;h=021e4f8d0ac0bdd295586cfe9783033486bae630;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;hp=e06156a9e35db4eeb8980a8fbfde065521776a1b;hpb=7f0d85616944681ed447f4342d86eee8141c7612;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 e06156a9e..021e4f8d0 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.html +++ b/client/src/app/+admin/system/jobs/jobs.component.html @@ -17,11 +17,18 @@ [clearable]="false" [searchable]="false" > + + any + {{ state }} + +
+ +
ID Type + Priority (1 = highest priority) + State + Progress Created - + - {{ job.id }} - {{ job.type }} - {{ job.createdAt | date: 'short' }} + {{ job.id }} + {{ job.type }} + {{ job.priority }} + + + {{ job.state }} + + + + {{ getProgress(job) }} + + + {{ job.createdAt | date: 'short' }} - +
{{ [
           'Job: ' + job.id,
           'Type: ' + job.type,
@@ -67,12 +87,12 @@
       
     
     
-      
+      
         
{{ job.data }}
- +
{{ job.error }}
@@ -80,11 +100,17 @@ - +
- No {{ jobState }} jobs found. - No {{ jobType }} jobs found that are {{ jobState }}. + + No jobs found. + No {{ jobType }} jobs found. + + + No {{ jobState }} jobs found. + No {{ jobType }} jobs found that are {{ jobState }}. +