corrects button display in download_results

This commit is contained in:
2025-02-09 18:32:43 +01:00
parent 59fed26abf
commit ae5310d764

View File

@@ -7,7 +7,7 @@
<div class="col">
<h2>Data Files</h2>
</div>
<div class="col">
<div class="col text-end">
<div class="btn-group btn-group-sm">
<button class="btn btn-warning" onclick="deleteSelectedFiles()">Delete Selected Files</button>
<button class="btn btn-success" onclick="downloadSelectedFiles()">Download Selected Files</button>