Remove hardcoded time label

This commit is contained in:
Christoph Kluge 2023-06-09 13:55:09 +02:00
parent 6e5afd1192
commit 71db1f8cdd

View File

@ -143,7 +143,7 @@
<td>{$statsQuery.data.stats[0].totalJobs}</td>
</tr>
<tr>
<th scope="col">Short Jobs (&#60; 2m)</th>
<th scope="col">Short Jobs</th>
<td>{$statsQuery.data.stats[0].shortJobs}</td>
</tr>
<tr>