This commit is contained in:
Axel 2021-12-23 12:21:53 +01:00
parent 646e7de68f
commit a78320344f
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@
<i>No output</i>
</span>
</td>
<td :class="statusText(task.status)">
<td :class="statusText(history.status)">
<img :src="'/img/'+statusText(history.status)+'.svg'" width="16" alt="Status" />
</td>
</tr>