Removed old 'latest results' section from the dashboard

This commit is contained in:
Gregory Ballantine 2025-06-23 18:57:19 -04:00
parent ebd5337a6c
commit f43f27ec1a

View File

@ -22,23 +22,4 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<hr>
<div class="row">
<h2>Recently added results:</h2>
<table class="twelve columns">
<thead>
<tr>
<td>Benchmark</td>
<td>Hardware</td>
<td>Average/Score</td>
<td>Scoring type</td>
<td>Added on</td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
{% endblock %} {% endblock %}