New route to test routine
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
e1f5fbcd6c
commit
d202cdfee8
3 changed files with 28 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue