diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index d08079f7e..925450286 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -73,11 +73,11 @@ export class JobsComponent extends RestTable implements OnInit { | |||
73 | } | 73 | } |
74 | 74 | ||
75 | getColspan () { | 75 | getColspan () { |
76 | if (this.jobState === 'all' && this.hasProgress()) return 6 | 76 | if (this.jobState === 'all' && this.hasProgress()) return 7 |
77 | 77 | ||
78 | if (this.jobState === 'all' || this.hasProgress()) return 5 | 78 | if (this.jobState === 'all' || this.hasProgress()) return 6 |
79 | 79 | ||
80 | return 4 | 80 | return 5 |
81 | } | 81 | } |
82 | 82 | ||
83 | onJobStateOrTypeChanged () { | 83 | onJobStateOrTypeChanged () { |