Show row number in UI for pool uploads

This commit is contained in:
Eli Ribble 2026-04-16 04:21:32 +00:00
parent d395699dc4
commit 259960cf45
No known key found for this signature in database

View file

@ -234,6 +234,7 @@ tr.has-error {
<thead class="table-light">
<tr class="header">
<th></th>
<th>Row</th>
<th>Number</th>
<th>Street</th>
<th>City</th>
@ -261,6 +262,7 @@ tr.has-error {
<i class="bi bi-info-circle-fill text-primary ms-1"></i>
</Tooltip>
</td>
<td>{{ index + 2 }}</td>
<td>{{ pool.address?.number }}</td>
<td>{{ pool.address?.street }}</td>
<td>{{ pool.address?.locality }}</td>