Added refresh captures button
This commit is contained in:
parent
8a39736a0e
commit
6a46b11997
1 changed files with 14 additions and 1 deletions
|
|
@ -54,7 +54,20 @@
|
|||
</div>
|
||||
|
||||
<div class="uk-navbar-right">
|
||||
<ZipDownloader :capture-ids="Object.keys(filteredCaptures)" />
|
||||
<div class="uk-grid">
|
||||
<div>
|
||||
<button
|
||||
type="button"
|
||||
class="uk-button uk-button-default uk-form-small uk-width-1-1"
|
||||
@click="updateCaptures()"
|
||||
>
|
||||
Refresh Captures
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<ZipDownloader :capture-ids="Object.keys(filteredCaptures)" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue