aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-01 15:13:52 +0200
committerChocobozzz <me@florianbigard.com>2022-08-01 15:13:52 +0200
commite07c55167eedc17bb4f4c5f1fe4294b6bde9aabe (patch)
treeef78d42942997f4861744e2a483333dbb44ef4e5 /client/src/app/+admin/system/jobs/jobs.component.html
parent1bb4c9ab2e8b3b3022351b33a82a5e527fa5d4d7 (diff)
downloadPeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.tar.gz
PeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.tar.zst
PeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.zip
Fix table columns on safari
Diffstat (limited to 'client/src/app/+admin/system/jobs/jobs.component.html')
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.html2
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>