diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-10 18:02:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-10 18:05:53 -0400 |
commit | 2bca58ee6c6d1f9020587586dcee04dc01b1f883 (patch) | |
tree | c5b87602b03db5277dc83673ccdc1d2dc642b3ad /Assistant/NamedThread.hs | |
parent | 110c8f7b8e1fa484752298de5b48ea50b195066a (diff) |
add config page for fsck, and alert with button when a fsck is running
Diffstat (limited to 'Assistant/NamedThread.hs')
-rw-r--r-- | Assistant/NamedThread.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/NamedThread.hs b/Assistant/NamedThread.hs index f29f0cf36..2440c45bf 100644 --- a/Assistant/NamedThread.hs +++ b/Assistant/NamedThread.hs @@ -76,7 +76,7 @@ startNamedThread urlrenderer (NamedThread afterstartupsanitycheck name a) = do ] hPutStrLn stderr msg #ifdef WITH_WEBAPP - button <- runAssistant d $ mkAlertButton + button <- runAssistant d $ mkAlertButton True (T.pack "Restart Thread") urlrenderer (RestartThreadR name) |