Fixing frequency display

This commit is contained in:
Axel 2021-12-19 22:14:27 +01:00
parent d4e25c1033
commit 45d728410f

View file

@ -37,7 +37,7 @@
>
Never
</span>
<td>{{ task.frequency / 10 }}</td>
<td>{{ task.frequency / 60 }}</td>
<td>{{ task.active == 1 ? 'Yes' : 'No' }}</td>
</tr>
</tbody>