Fixing frequency display

This commit is contained in:
Axel 2021-12-19 22:12:55 +01:00
parent d2e302dcc7
commit d4e25c1033

View file

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