Add hysteresis to vacuum thresholds and also fix the web-fronted layout #7

Merged
q3k merged 5 commits from hysteresis into main 2024-10-04 21:32:08 +00:00
Showing only changes of commit ed8adad611 - Show all commits

View file

@ -132,7 +132,7 @@ td > span {
<th>Status</th> <th>Status</th>
<td id="status" colspan="1">OK</td> <td id="status" colspan="1">OK</td>
<th>Load</th> <th>Load</th>
<td id="load" colspan="1">...</td> <td id="load" colspan="1" style="width: 4em;">...</td>
</tr> </tr>
</table> </table>