06/08 Add inspectors' KPI, performance, fix error

This commit is contained in:
2026-06-08 14:19:52 -04:00
parent 00266eb32a
commit 9eec6ff94a
@@ -261,7 +261,7 @@
</span> </span>
</td> </td>
<td> <td>
<a href="{{ url_for('inspections.view_inspection', inspection_id=ins.id) }}" <a href="{{ url_for('inspections.view', inspection_id=ins.id) }}"
class="btn btn-xs btn-outline-secondary" style="font-size:.75rem;padding:2px 8px;">View</a> class="btn btn-xs btn-outline-secondary" style="font-size:.75rem;padding:2px 8px;">View</a>
</td> </td>
</tr> </tr>