Get file upload working

Even though the UI doesn't do anything with it yet.
This commit is contained in:
Eli Ribble 2026-03-27 08:39:38 -07:00
parent 0d1bd752a4
commit 747544bb58
No known key found for this signature in database
8 changed files with 354 additions and 77 deletions

View file

@ -85,12 +85,14 @@
<i class="bi bi-filetype-csv me-1"></i> CSV Format
</span>
</div>
<a
class="btn btn-success btn-lg w-100"
href="/configuration/upload/pool/custom"
<RouterLink
to="/configuration/upload/pool/custom"
>
<i class="bi bi-upload me-2"></i>Pick me
</a>
<button
class="btn btn-success btn-lg w-100">
<i class="bi bi-upload me-2"></i>Pick me
</button>
</RouterLink>
</div>
</div>
</div>