Fix
This commit is contained in:
parent
646e7de68f
commit
a78320344f
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue