removed absolute path in sorting

This commit is contained in:
2026-03-28 10:22:02 +01:00
parent 409583da1e
commit 5f58664b6d

View File

@@ -5,7 +5,7 @@
<h2>Benchmark Reports</h2> <h2>Benchmark Reports</h2>
<div class="table-controls"> <div class="table-controls">
<form id="sortForm" method="get" action="/"> <form id="sortForm" method="get" action="">
<div class="control-group"> <div class="control-group">
<label for="sort">Sort by:</label> <label for="sort">Sort by:</label>
<select name="sort" onchange="this.form.submit()"> <select name="sort" onchange="this.form.submit()">