New route to stop all running/pending tests for a given work
This commit is contained in:
parent
8b8f3947f8
commit
bcf76a2c86
4 changed files with 90 additions and 0 deletions
|
|
@ -79,6 +79,13 @@
|
|||
<i class="bi bi-play"></i>
|
||||
{/if}
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-sm btn-danger mr-1"
|
||||
title="Arrêter tous les tests en cours"
|
||||
on:click={() => w.stopTests()}
|
||||
>
|
||||
<i class="bi bi-stop"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue