fixed paths and added Cargo.lock

This commit is contained in:
2026-03-26 22:25:58 +01:00
parent 453f48804f
commit 012e6d7b48
3 changed files with 2947 additions and 3 deletions

View File

@@ -16,9 +16,9 @@
</thead>
<tbody>
{% for report in reports %}
<tr class="clickable-row" onclick="window.location='/report/{{ report.id }}';">
<tr class="clickable-row" onclick="window.location='report/{{ report.id }}';">
<td data-label="MT Score" class="score-cell">
<a href="/report/{{ report.id }}">{{ report.score }}</a>
<a href="report/{{ report.id }}">{{ report.score }}</a>
</td>
<td data-label="Threads">{{ report.cores }}</td>
<td data-label="RAM">{{ report.ram }}</td>