Set a width of 65% for the log column in tasks
This commit is contained in:
parent
0fa2f12db8
commit
a37ee074be
@ -33,7 +33,7 @@
|
|||||||
<th scope="col">Package</th>
|
<th scope="col">Package</th>
|
||||||
<th scope="col">Status</th>
|
<th scope="col">Status</th>
|
||||||
{% if PAGE_TYPE != 'queued' %}
|
{% if PAGE_TYPE != 'queued' %}
|
||||||
<th scope="col">Log</th>
|
<th scope="col" style="width: 65%">Log</th>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user