Fixing frequency display
This commit is contained in:
parent
d4e25c1033
commit
45d728410f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue