New route to test routine
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
nemunaire 2022-12-08 19:33:51 +01:00
commit d202cdfee8
3 changed files with 28 additions and 0 deletions

View file

@ -37,6 +37,14 @@
>
<Icon name="pencil" />
</Button>
<Button
color="outline-success"
size="sm"
class="float-end ms-1"
on:click={() => routine.launch()}
>
<Icon name="play-fill" />
</Button>
{routine.name}
</CardHeader>
{#if routine.steps}