Implemented endpoint to delete all captures
This commit is contained in:
parent
1e08972b86
commit
904703b581
3 changed files with 18 additions and 1 deletions
|
|
@ -85,6 +85,7 @@
|
|||
|
||||
<h2>Captures</h2>
|
||||
<button type="button" onclick="getCaptures();">Update</button>
|
||||
<button type="button" onclick="deleteAllCaptures();">Delete all</button>
|
||||
<div id="captures"></div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue