display of last fsck time
This commit is contained in:
parent
5e891672e5
commit
3989ad91e6
3 changed files with 13 additions and 0 deletions
|
@ -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}
|
||||
|
|
5
templates/configurators/fsck/status.hamlet
Normal file
5
templates/configurators/fsck/status.hamlet
Normal file
|
@ -0,0 +1,5 @@
|
|||
<i>
|
||||
$maybe t <- lastrun
|
||||
(last run: #{show t})
|
||||
$nothing
|
||||
(not yet run)
|
Loading…
Add table
Add a link
Reference in a new issue