diff options
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.html b/client/src/app/+admin/system/jobs/jobs.component.html index bc06302eb..b53fafeba 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.html +++ b/client/src/app/+admin/system/jobs/jobs.component.html | |||
@@ -42,7 +42,7 @@ | |||
42 | <ng-template pTemplate="header"> | 42 | <ng-template pTemplate="header"> |
43 | <tr> | 43 | <tr> |
44 | <th style="width: 40px"></th> | 44 | <th style="width: 40px"></th> |
45 | <th style="width: calc(100% - 390px)" class="job-id" i18n>ID</th> | 45 | <th class="job-id" i18n>ID</th> |
46 | <th style="width: 200px" class="job-type" i18n>Type</th> | 46 | <th style="width: 200px" class="job-type" i18n>Type</th> |
47 | <th style="width: 200px" class="job-priority" i18n>Priority <small>(1 = highest priority)</small></th> | 47 | <th style="width: 200px" class="job-priority" i18n>Priority <small>(1 = highest priority)</small></th> |
48 | <th style="width: 200px" class="job-state" i18n *ngIf="jobState === 'all'">State</th> | 48 | <th style="width: 200px" class="job-state" i18n *ngIf="jobState === 'all'">State</th> |