improve name
This commit is contained in:
parent
7036d0a4c1
commit
62d630272e
3 changed files with 5 additions and 5 deletions
|
@ -72,7 +72,7 @@ getRestartThreadR name = do
|
|||
|
||||
getLogR :: Handler Html
|
||||
getLogR = page "Logs" Nothing $ do
|
||||
logfile <- liftAnnex $ fromRepo gitAnnexLogFile
|
||||
logfile <- liftAnnex $ fromRepo gitAnnexDaemonLogFile
|
||||
logs <- liftIO $ listLogs logfile
|
||||
logcontent <- liftIO $ concat <$> mapM readFile logs
|
||||
$(widgetFile "control/log")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue