Setting color
This commit is contained in:
parent
a6f26e0da1
commit
ee16a6f8f7
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -52,7 +52,7 @@
|
||||||
Never
|
Never
|
||||||
</span>
|
</span>
|
||||||
<td>{{ task.frequency / 60 }}</td>
|
<td>{{ task.frequency / 60 }}</td>
|
||||||
<td>
|
<td :class="task.active == 1 ? 'up' : 'down'">
|
||||||
<a
|
<a
|
||||||
v-on:click.prevent="disableTask(task.id, task.active)"
|
v-on:click.prevent="disableTask(task.id, task.active)"
|
||||||
href="#"
|
href="#"
|
||||||
|
|
Loading…
Add table
Reference in a new issue