old yesod defines a check, so use a different name
This commit is contained in:
parent
c2cb742339
commit
14ead32170
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@
|
|||
$if (not (null checks))
|
||||
<p>
|
||||
Currently scheduled checks:
|
||||
$forall check <- checks
|
||||
^{showFsckForm False check}
|
||||
$forall c <- checks
|
||||
^{showFsckForm False c}
|
||||
<div style="margin-left: 5em">
|
||||
^{showFsckStatus check}
|
||||
^{showFsckStatus c}
|
||||
<p>
|
||||
Add a check:
|
||||
^{showFsckForm True defaultFsck}
|
||||
|
|
Loading…
Add table
Reference in a new issue