Web: show job type label instead of internal type name

This commit is contained in:
Sybren A. Stüvel 2022-04-15 18:04:07 +02:00
parent 64af9e4ae4
commit 2e41d9a024

View File

@ -19,7 +19,7 @@
<tr class="field-type"> <tr class="field-type">
<th>Type</th> <th>Type</th>
<td>{{ jobData.type }}</td> <td>{{ jobType.label }}</td>
</tr> </tr>
<tr class="field-priority"> <tr class="field-priority">