Setting color

This commit is contained in:
Axel 2021-12-20 11:20:47 +01:00
parent a6f26e0da1
commit ee16a6f8f7
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -52,7 +52,7 @@
Never
</span>
<td>{{ task.frequency / 60 }}</td>
<td>
<td :class="task.active == 1 ? 'up' : 'down'">
<a
v-on:click.prevent="disableTask(task.id, task.active)"
href="#"