display of last fsck time

This commit is contained in:
Joey Hess 2013-10-14 16:05:10 -04:00
parent 5e891672e5
commit 3989ad91e6
3 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,8 @@
Currently scheduled checks:
$forall check <- checks
^{showFsckForm False check}
<div style="margin-left: 5em">
^{showFsckStatus check}
<p>
Add a check:
^{showFsckForm True defaultFsck}

View file

@ -0,0 +1,5 @@
<i>
$maybe t <- lastrun
(last run: #{show t})
$nothing
(not yet run)